mneilly

Results 10 issues of mneilly

I was happy to find dash-uploader after running into the file size limit for dcc.Upload. Thank you for all the effort! I'm using fontawesome for various buttons on my site....

I ran across dcompute and thought I would give it a try. What is the combination of dcompute and ldc that is expected to work? I have tried ldc 1.4.0...

On Debian testing with the latest version from the master branch I see the following error when rendering: ``` Rendering at 800x600 Exception during event onClicked Traceback (most recent call...

bug
c: high
Fix exists ...

Currently, the mode bar download button can support png, svg, jpeg and webp as options to toImageButtonOptions. There is also fig.write_html() which can be used too save an interactive html...

I'm seeing incorrectly rendered pdfs when using latex-preview-pane-mode with Emacs 25.3.1 on Mac OS X 10.13 and with Emacs 25.1.1 on Debian 9. The same issue does not occur with...

This change modifies setup.py to use Cythonize instead of the generated .c file which was generated for Python 2 and wouldn't work with Python 3. This worked for me to...

cxx-qt-lib contains _qcoreapplication_ and _qguiapplication_ but not _qapplication_. QCharts requires the use of QApplication so it would be desirable to have it added.

⬆️ feature
🙋 good first issue
🤔 discussion

I'm trying to perform matchmaking and running into a DeJson failure due to missing keys: >ERROR nakama_rs::web_socket: handle_message: Failed to parse json: Json Deserialize error: Key not found party_id, line:1...

Using nakama-rs master branch to connect to a Nakama server on a remote host fails to connect because it is trying to connect to localhost instead. >2022-03-22T23:38:51.215471Z INFO bevy_render::renderer: AdapterInfo...

This change modifies the bison.bzl and flex.bzl files to accommodate changes in Bazel 8 that disallow use of select in the toolchain attribute. Instead of select, multiple targets are created...