tsungi

Results 13 issues of tsungi

Issue #19 The js lib may let user analyze PT database in a modem way (e.g. html5 tool chain...) demo https://easz.github.io/procrastitracker/tools/js/demo.html

I have tried the App but was somehow struggled with setting a reasonable ```device_idle_constants``` combination. (shameless input: and then I figured it out somehow and documented here https://github.com/easz/doze-tweak) It would...

* to run CI with test automatically * to build and test on different platform

help wanted

Just a general suggestion: is it possible to put flre, synapse, rcmdline and internettools as submodules with specific revision/tag? so that once xidel has a new tag (e.g. 0.9.9), it...

just casually visited the website and wanted to make some annotations. https://infosys.beckhoff.com/ and found out that it does not work with Firefox Bookmarklet it does not work with https://via.hypothes.is neither.

Would it be possible to support `recursive` argument ? I could simulate it somehow like this at the moment... ~~~ function findAll(element, {'recursive' = false}) { var result = [];...

Basically I want to show search input text in the popup of a search marker. ``` new L.Control.Search({ url: 'https://nominatim.openstreetmap.org/search?format=json&q={s}', jsonpParam: 'json_callback', propertyName: 'display_name', propertyLoc: ['lat', 'lon'], marker: search_marker, autoCollapse:...

at the moment either `options.sourceData` or `options.url`will be used as data source to search. Would it be a plausible feature to search data from both "specific layers" and "url" ?

is it possible to add more than one custom background (i.e. base map layer)?

will the whole network get further trained/modified when a pre-trained model is trained with new data? https://deepforest.readthedocs.io/en/latest/getting_started.html#training isn't it a common practice to freeze backbone network (and train only heads)...