bicarlsen

Results 36 issues of bicarlsen

Is it possible to test an expansion and compare against a regular expression, or to allow wild cards?

I wasn't sure whether to raise this bug here or on [Apollo's page](https://github.com/apollographql/apollo-client/issues), but because the error is coming from `useQuery`, I figured I would raise it here first. **Describe...

* Operating system(s): Ubuntu 22.04 * Python version: 3.6.13 * fbs version: 1.1.3 * PyInstaller version: 3.4 * PyQt version: 5.9.2 **Error** when running `fbs startproject` in a directory path...

I'm not sure if it's possible, but hot module replacement would be amazing to have. Or just a builtin file watcher that automatically runs `fbs run` on file changes.

Are there plans to update the package to be compatible with PyQt6 / PySide6?

enhancement
GUI

For long running measurements a single reuslts file can get too long for comfort. If something happens to the file everything is lost. Another issue could be having to transfer...

Hello, I developed a [Python package to read LifeSpec .FL files](https://github.com/bicarlsen/lifespec_fl) and convert them to `csv`. I shared this on [ResearchGate](https://www.researchgate.net/post/Lifespec_FL_Python_library_and_file_converter) and a user suggested the format be incorporated in...

reader:new

In the [`sphinx_rtd_theme`](https://github.com/readthedocs/sphinx_rtd_theme) I was using the `:linenos:` option for the [`literalinclude` directive](https://www.sphinx-doc.org/en/master/usage/restructuredtext/directives.html#directive-literalinclude) to display line numbers for my code blocks. However, when using the `copybutton` extenstion for users to...

This isn't a bug, but it took me quite a long time to figure out, so thought others have struggled with the same issue. When using the **authenticate** method, one...

### Describe the bug We spawn a database instance using [`Command::new_sidecar::spawn`](https://docs.rs/tauri/latest/tauri/api/process/struct.Command.html#method.spawn), which returns a `[Receiver](https://docs.rs/tauri/latest/tauri/async_runtime/struct.Receiver.html)`. If the `Receiver` is not dropped, but the `CommandEvent`s go unhandled, it seems a buffer...

type: bug
priority: 2 medium
status: needs triage