Floris-Jan Willemsen

Results 9 issues of Floris-Jan Willemsen

This pull request adds a built-in Register Observer. This observer works for the PyCUDA, CuPy, and CUDA-Python backends. On unsupported backends, it gives a `NotImplementedError`. In addition, the pull request...

enhancement

### Discussed in https://github.com/fjwillemsen/NativeOverleaf/discussions/21 Originally posted by **phschury** April 13, 2023 On Japanese keyboards, the backslash symbol (Unicode U+005C) key is replaced by a yen symbol (Unicode U+00A5) key. To...

enhancement

### Discussed in https://github.com/fjwillemsen/NativeOverleaf/discussions/18 Originally posted by **rafisics** March 23, 2023 I am enjoying working in the dark mode with NativeOverleaf. I like to download the dark version of the...

enhancement
help wanted

### Discussed in https://github.com/fjwillemsen/NativeOverleaf/discussions/19 Is there anyone who could look into adding Chrome extensions? I have tried this myself using the suggestions in https://github.com/nativefier/nativefier/issues/207, but this didn't go anywhere, would...

enhancement
help wanted

This pull request solves various small issues regarding search spaces and simulation mode: - The constraint parser now works correctly when round brackets surround a restriction. - Fixed an issue...

This pull request adds the ability to flush the L2 cache between iterations on the GPU backends.

enhancement

According to the [documentation](https://nvidia.github.io/cuda-python/module/cudart.html?highlight=memset#cuda.cudart.cudaMemset), `cudart.cudaMemset` should take a device pointer as first argument. However, with version 12.3.0 on Python 3.11.7, this results in the following error: ` TypeError: Provided argument...

### Description In the new `macos-latest` [as of April 2024](https://github.blog/changelog/2024-04-01-macos-14-sonoma-is-generally-available-and-the-latest-macos-runner-image/), macOS 14, [there are only 2 Python versions](https://github.com/actions/runner-images/blob/main/images/macos/macos-14-arm64-Readme.md#python): 3.11 and 3.12. According to the readme, each image should have the...

awaiting-deployment
Area: Apple
Area: Python
OS: macOS
feature request

#### Issue The Hue bridge has a built-in daylight sensor that can be exposed. The Phoscon App also shows the `PHDL00` daylight sensor of the Hue bridge. Both `homebridge-hue` `homebridge-deconz`...

question