-
Hi, first of all thanks for zgen, moving from antigen and then from oh-my-zsh to prezto was super easy and now everything is faster.
My custom prezto prompt is not loading when the static init script…
-
@Sharpie wrote in the slack:
> https://observablehq.com/@d3/gallery is also a good source of inspiration.
>
> In particular, this looks like it could be a good solution for the "multiple inheritan…
-
I noticed GD compression only works with their own per https://github.com/godotengine/godot/issues/28999
Someone on that issue has a work around that would be nice to have in easyfiles.
```gdscript
…
-
Hi and thank you for all the work you have done so far.
I am trying to adapt your `embed_tiles` function to create embeddings for arbitrary samples, not just the ones included in HEST-Benchmark. On…
-
Hi, i have several correct documents and on merging it gives bad docx in result, MsWord can not open it
const files = paths.map(fpath => {
return fs.readFileSync(fpath, 'binary');
});
fi…
-
So that we can have code like this:
```python
arrays(['arr1', 'arr2']).save('fpath.h5')
```
instead of:
```python
arrays()['arr1', 'arr2'].save('fpath.h5')
```
-
I'm using flutter_sound to record an audio on iOS and Android. Once it stops, I get the filepath and convert to fileBytes. Later on, I upload the file through an API.
```
final fpath = await _reco…
-
Line 77 in train_model_simple.py:
`log = tools.MetricsLogger(train_log_fpath)`
Also line 57 in train_model_parallel.py:
`log = tools.MetricsLogger(train_log_fpath)`
-
I found myself wishing often to have a statically generated auto-complete, because:
- It's faster to load (initial auto-complete in a terminal) than running python to generate a string each time
- It …
-
- **Package Name**: mltable
- **Package Version**: 1.6.1
- **Operating System**: Azure ML Compute Instance (Standard_DS11_v2)
- **Python Version**: 3.10
**Describe the bug**
While trying to sav…