Daan van Vugt
Daan van Vugt
Stencil version: @stencil/[email protected] @Stencil/router 1.0.1 I'm submitting a: [ x ] bug report [ ] feature request [ ] support request => Please do not submit support requests here, use...
Would it be possible to hide the usage of modules such as mpi, hdf5, iso_fortran_env, iso_c_binding? Perhaps through a module_ignore_list or some other mechanism? This would greatly unclutter the graphs...
I'm trying to calculate gradients with respect to elements of a sparse input array, but this seems to be forbidden due to the check: ```AssertionError: IndexStyle(value) === IndexLinear()``` Could you...
- Maizzle Version: 3.7.3 - Node.js Version: 18.0.0 (and 16.15.0, npm 8.5.5) It seems that node_modules/.bin/maizzle executable ends up in DOS mode. Maizzle versions affected: @maizzle/cli: - 1.5.1 (1.5.0 and...
We're hit with the following issue occurring in private mode firefox: ``` ERROR Error: "Uncaught (in promise): InvalidStateError: A mutation operation was attempted on a database that did not allow...
This means we can drop the dependency on Faker. (Faker is responsible for about half of our vendors.js bundle, and absolutely unnecessary for production use)
I am trying to install this in a new Angular 9 app, following the instructions in the README, but I see that `@Autoregister()` has been deprecated. What is the new...
This fixes a bug with meteor-deploy on my machine, related to https://nodejs.org/api/child_process.html#child_process_event_exit
I am using `cbEmpty` to implement a 'add new in case of no matching records' functionality, which works well but has a problem if a disabled entry matches the search...
I would like to be able to select an option by keyboard, if the filtering returns only one option. Currently I have implemented it as follows, but it may be...