David Ebbo
David Ebbo
Also posted on https://lichess.org/forum/lichess-feedback/study-moves-not-getting-saved-from-mobile-app#1 On the web app, if I go in a study and make moves, they automatically get saved to the backend. But on the Android app, while...
e.g. in [this thread](https://social.msdn.microsoft.com/Forums/en-US/2ffeed09-c797-4786-9724-5e6896c9efce/azure-cache-configuration-from-the-portal?forum=azurecache), the user needs to call `ThreadPool.SetMinThreads`, and currently we have no good place to make App Domain init time calls. Of course, that gives user potential...
To repro funcpack issue: - Clone https://github.com/davidebbo-test/FuncPackRestifyIssue - Run `npm install --production` from the root - Run `funcpack pack .` - Run `func host start` - Request the function, e.g....
We only want to npm install runtime dependencies. Unfortunately, if we don't restore dev dependencies, WebPack fails because it find all the `require` statements and expects to pack all of...
I have a jpg with a creation time that has a partial second: "2016:07:31 10:10:20.291". This causes it to blow up when parsing the date: ``` System.FormatException HResult=0x80131537 Message=Input string...
Please see https://github.com/Azure/app-service-announcements/issues/87 for detailed announcement. **Important**: if your site extension is still relevant, you need to do this before June 1st 2018. Please let me know if you have...
I'm running on WSL2/Ubuntu on Win11. Deliberately using CPU mode as my GPU is too weak. Using Python 3.10.12. Here is the output when trying to run sampling.py: ``` ~/gemma$...
Don't use db session to address #778.
It would probably be via: DELETE http://localhost:8000/tour/data.json/[name] Also, I'm not sure if there is currently a plain LIST action. The current `list()` in `tour.py` seems to require passing a list...
As discussed with @lentinj in https://github.com/OneZoom/tree-build/issues/44, there are some files like `make_js_treefiles.py` that still exist in OZtree, even though this is now done from tree-build. There may be others. We...