Paddy Mullen
Paddy Mullen
## Expected behavior Responsive typing when using `typescript-mode` and `lsp-mode` ## Actual behavior Frequent pauses up to 5 seconds ## Steps to reproduce the problem Open a typescript file 300...
I am new to figwheel and clojurescript. I started from https://github.com/reagent-project/reagent-template . I have been trying to configure cider with emacs. While following those instructions I added the line `...
This qeury analyzer has been helpful for diagnosing some performance problems I have dealt with. http://tatiyants.com/pev/#/plans/new
If you store the data with HDF5, the whole dataset becomes much much smaller. I have 5 months of minute-wise docks available data for citibike stored in ~15Megs. The original...
The magic number 4 appears in a bunch of places in the code base, mostly related to the 4 points of a box. Explicitly naming this 4 will help further...
I adapted this from a different project. You might want to add a `show_versions` function for easier debugging. Here is one that I wrote https://github.com/paddymul/buckaroo/blob/main/buckaroo/__init__.py#L91-L127
Writing jupyter widgets with react is particularly tricky. Using FastUI to build jupyter widgets could be really nice.
I am looking to serialize indexes into smaller chunks for better performance in a KV store. If there are boxes at each tree level, I would like to be able...