Nico Mexis

Results 56 issues of Nico Mexis

## If you encounter a bug, please do the following: 1. **Read carefully** what the issue is. To do this, open the `*-error.zip` file that has been generated automatically. 2....

This is related to dragging files into the small file section: ``` Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException: Cannot invoke "javax.swing.tree.TreeCellRenderer.getTreeCellRendererComponent(javax.swing.JTree, Object, boolean, boolean, boolean, int, boolean)" because "renderer" is null...

Bug

Fixes #1123 This implementation uses the fact that the `Position` field is still properly populated when specifying a `layout` position for a legend. However, note that the `Unit` is then...

When using a tiled layout, the super-title from the `sgtitle` command is not yet translated to TikZ. One solution to make this work in TikZ is to manually add the...

This allows newer versions of `js` being used in conjunction with `flutter_secure_storage`. Also, as `html` is about to get phased out, this PR already migrates to `web` as it is...

Using `melos` makes it much easier to manage multi-module repos such as this. In order to set everything up, run `melos bootstrap` in the root directory of this repo and...

Taken from #367 It might be worth considering to migrate to `pytest` in the near future as suggested [here](https://app.travis-ci.com/github/cloudinary/pycloudinary/jobs/611271154#L283). The changes should only be rather minimal, but it might be...

This PR fixes a few warnings when using layers from `conv_variational.py` and `dense_variational.py`. This PR is also related to #623, but the warnings mentioned there differ a bit from the...

I am currently trying to implement a Bayesian Neural Network for image classification. However, two warnings are raised: ``` /usr/local/lib/python3.10/dist-packages/tensorflow_probability/python/layers/util.py:95: UserWarning: `layer.add_variable` is deprecated and will be removed in a...

# This has now been released as part of [`catcher_2`](https://pub.dev/packages/catcher_2) You can use it like this: ```yml dependencies: catcher_2: ^1.0.0-alpha.0 ``` **For future changes, feel free to migrate to my...