-
If I have `netCDF4` installed, I get the following error with mdtraj `v1.10.0` when I try to load an ``.nc`` file. Probably related to the changes in #1878 . The nc file is created from a pdb file wit…
-
### Dagster version
dagster, version 1.5.12
### What's the issue?
When executing a lot of `execute_in_process` or `materialize` commands locally with Dagster ephemeral instance sometimes the …
-
### Issue validation
- [X] I checked the issue to prevent duplicate
- [X] I checked my configurations files and the documentation
### Is your feature related to a problem ?
_No response_
### What …
-
I have a wasm file compiled with `-lopfs.js -sWASMFS -sFORCE_FILESYSTEM` and I'm trying to perform IO operations on a large (4GB) file. The process works properly for smaller files (~150MB, probably a…
-
Hi,
I like you little gem very much. I have used is a lot, but I have one issue with it:
When the items in the array contain underscores and you are trying to sort file names, you often get unexpect…
-
### User Experience
In order to subclass `ProseMirrorMenu` it is necessary to build the plugin in the `FormApplication` context to pass `FormApplication#saveEditor` to the `onSave` option of `ProseMi…
-
The relevent code in node is in resolve.js where there is a realPathSync call
https://github.com/nodejs/node/blob/4c5b96b376aa778cbe651362c29a26e0d4c32ccd/lib/internal/modules/esm/resolve.js#L310
…
-
![image](https://github.com/user-attachments/assets/a31c0fa3-7df1-4319-8cbf-21ce8ca2e94f)
https://github.com/ToTheBeginning/PuLID/blob/main/docs/pulid_for_flux.md
-
I'm using a Lua module that modifies `string` to add additional functions for handling utf8. I would like to write some Teal definition files so my linter doesn't complain when I use these functions.…
-
Say I have a model with numeric_order option:
```rb
class Category < ApplicationRecord
has_closure_tree order: "position", numeric_order: true
end
```
With this setting we lose dirty track…