Git Product home page Git Product logo

tk-path-finder's People

Contributors

domhnallmorr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

tk-path-finder's Issues

Open with hanging

Using open with seems to be causing the app to hang.

Check if this can solved by using a separate thread/process to open the file.

Sorting by Date

Sorting by date needs to be checked for directory where files have been modified in different months.

Config File Error Handling

  1. Need ability to make backup of config file
  2. Need a means of showing the location of the config file to user (based on pwd)

Error when no default application is assigned to a file

OSError: [WinError 1155] No application is associated with the specified file for this operation: '\\uklon02p-as06\F\114-Projects\OP195659 Wood USA - Chevron - Egypt Drilling Riser Analysis\05 Drift-Off\Sensitivities\July 2021\10Yr + 95pcNE OWC - LB Soil 100pc Existing Capacities - Sens3 - July23-Rev 02\Drift-Off - OWC - UB Soil\16.5ppg - 10Yr - LB\VesselDrift.txt'

Need to handle for this.

PDF Extraction

pdf_reader = PdfFileReader(open(pdf, 'rb'))
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "C:\Users\ev662f\AppData\Local\Programs\Python\Python311\Lib\site-packages\PyPDF2_reader.py", line 1974, in init
deprecation_with_replacement("PdfFileReader", "PdfReader", "3.0.0")
File "C:\Users\ev662f\AppData\Local\Programs\Python\Python311\Lib\site-packages\PyPDF2_utils.py", line 369, in deprecation_with_replacement
deprecation(DEPR_MSG_HAPPENED.format(old_name, removed_in, new_name))
File "C:\Users\ev662f\AppData\Local\Programs\Python\Python311\Lib\site-packages\PyPDF2_utils.py", line 351, in deprecation
raise DeprecationError(msg)
PyPDF2.errors.DeprecationError: PdfFileReader is deprecated and was removed in PyPDF2 3.0.0. Use PdfReader instead.

Copy Progress Divide by zero

Happened when copying multiple empty folders on server 5;

File "C:\Users\domhnall.morrisey\Downloads\Tk-Path-Finder-main\Tk-Path-Finder-main\src\paste_windows.py", line 79, in check_progress
progress = round(current_size/self.total_size, 2)
ZeroDivisionError: division by zero

Address bar empty when new branch tab created

When a new branch tab is created, the address bar appears empty.

Functionality seems normal afterwards once the user does something (like change directory or click into address bar).

Appears to have been added in 0.49.5

Set treeview row height to 17

Add the following to switch_style method;

self.style.configure('Treeview', rowheight=17)

Need to call switch_style in init of mainapp.

Diary Sqlite Error

The following text generates an error;

Hi Therese, I'm looking for an OP number for a proposal I'm working on

self.cursor.execute(f"UPDATE diary SET text = '{txt}' WHERE datestamp = '{date}'")
sqlite3.OperationalError: near "m": syntax error

Possibly due to the , and ' at the beginning of the sentance.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.