-
MWE:
```julia
using Rasters, GeoInterface
geom = GeoInterface.Polygon([GeoInterface.LinearRing([(0.0, 0.0), (0.0, 10.0), (10.0, 10.0), (10.0, 0.0), (0.0, 0.0)])])
raster = Raster(ones(11, 11), (X(…
-
I had a discussion with Bérénice yesterday and it was suggested that I create an issue here to further discuss things.
AFAIK the Codex uses the EDAM annotations from bio.tools and ignores those in …
-
## Describe the New Feature ##
Issue dtcenter/MET#3006 adds a new tool named Pair-Stat to read already paired forecast/observation data from input files, filter as requested, and compute/write ASCII …
-
```
Implement wrappers for:
ReadOnlyListWrapper
ReadOnlyMapWrapper
ReadOnlySetWrapper
```
Original issue reported on code.google.com by `jpsacha` on 21 Mar 2013 at 4:56
-
Any chance for Python wrappers to be/have been released?
-
We need to provide an easy way to load bindings for users, however the language works best.
For PHP (and I think Ruby), we just have to look to see if the wrapper exists and then require it.
- [x] Im…
-
I will be tracking here the list of widgets that I plan to implement wrappers to.
Fill free to suggest your favourite one)
https://pub.dev/packages/flutter_markdown
https://pub.dev/packages/get…
-
Transpilation fails when QFTGate is added in the circuit.
```python
from qiskit import QuantumCircuit
from qiskit_ibm_transpiler.transpiler_service import TranspilerService
from qiskit.circuit.l…
-
- [ ] Setup Tailwind
- [ ] Extend theme to add your custom colors
- [ ] Setup shadcn
- [ ] Put all the shadcn components used in dashboard in packages/ui (create wrappers around them)
-
I just discovered your project, it looks very nice. I immediately wanted the full JSON-powered experience when calling `home-manager switch`, so I took a stab at implementing that.
Once I had that …