-
When `windows = true`, Fpath does this:
```
# let d, b = split_base (v "A:B:C") in to_string (d // b);;
- : string = "B:C"
# let d, b = split_base (v "\\\\server\\share\\foo:bar") in to_string (d …
-
Can you add support to serve directory which will allow viewing of all files? Files should be converted to HTML automatically but with original filename and extension.
-
Similar to #35, when using something like, say [express](https://expressjs.com/), and registering it as allowable, I get lots of warnings about what isn't allowed. This seems like clutter
```
WARNING…
-
The lzma_decompress script decompresses the data into a different format which has .p extension and how to convert this .p into a standard form like csv ?
-
Right now, the api is passing everything into the global environment via GET requests to the endpoint `/source_file`. Would be cool if we could dispatch to different environments. Maybe something like…
dmarx updated
7 years ago
-
This seems to be an issue with `lxml`. I couldn't report issue on their repo. The same file could be parsed by python's inbuilt `xml.etree.ElementTree.parse(fpath)` without any issue. May be `svg_file…
-
The first time a query is run on a new database with 3 chips, some sort of error occurs in the multiprocessing of precomupte_hesaff (located in the extern_feat file)
```noah@noah-VirtualBox:~/code/…
-
### Bug description
I am running my trainer with the auto_lr_find option, but the model's saved learning_rate reflects the original learning rate and not the final one selected by trainer.tune(). Thi…
-
All nautilus ZIMs would benefit from being re-ran:
- update/fix metadata (several names are incorrect)
- update/fix collection JSON: with new checks, previously valid schedules will probably fail.…
-
I used
"!./darknet detector train ./data/obj.data yolo-obj.cfg yolov4.conv.137 -dont_show -map chart chart.png"
for training three groups of face dataset (each of groups has 10 image), and use …