Floris Van den Abeele

Results 9 issues of Floris Van den Abeele

The type conversion of the output of run_bm3d_wrap from np.float32 to the input dtype leads to numeric overflow in the output when the input dtype is uint8. It appears the...

Fix for issue #11 Note you must also apply PR #13 for avoiding clipping in the output.

**Is your feature request related to a problem? Please describe.** With PR #560, vimspector moved to debugpy 1.5.1. Since then debugpy 1.6.0 has been [released](https://github.com/microsoft/debugpy/releases/tag/v1.6.0). Note it dropped support for...

good first issue
Server support

For the following snippet: ```python import google.protobuf.message def print_fields(msg: google.protobuf.message.Message): print(msg.DESCRIPTOR.fields) ``` pytype (tested 2023.5.24 and 2023.5.8), to my surprise, fails with an import-error: ``` ❯ pytype main.py Computing dependencies...

bug
cat: infrastructure

Work in process Fixes immich issue https://github.com/immich-app/immich/issues/4349 [Related exiftool-vendored.js comment](https://github.com/photostructure/exiftool-vendored.js/issues/109#issuecomment-1035595420)

🗄️server

Running `GNOME Shell 3.36.5`, I notice my shell freezing when logging in after a suspend. The freeze does not disappear after a certain time. I can't even access other TTYs....

### PR fulfills these requirements - [ ] Commit message(s) and PR title follows the format `[fix|feat|ci|chore|doc]: TICKET-ID: Short description of change made` ex. `fix: DEV-XXXX: Removed inconsistent code usage...

Stale
fix
Community
community:fix

I currently have ~30 test cases over 8 test files referenced from one promptfooconfig.yaml. In the web view, the test cases are presented as one long, flat table. I understand...

enhancement

Currently the evaluator supports [javascript and python variables](https://github.com/promptfoo/promptfoo/blob/7f3137d6f48b8f968befb4d199cda957a64d8275/src/evaluator.ts#L122). This issue requests to add typescript variables as a third option.

enhancement