Samuel S. Watson
Samuel S. Watson
I downloaded the v0.1.0 source from the _Releases_ tab, and it seems to be missing the fix discussed in Issue #3. I searched `dist/juniper.min.js` for `Kernel.startNew({type:this.kernelType,serverSettings:i})` and replaced that with...
Sometimes it's helpful to be able to specify a slug for a header in the Markdown source, e.g., to shorten it, to avoid collisions in a way that is robust...
This module doesn't provide a shortcut for math formulas, and it also doesn't work properly for any of the other shortcuts when a formula appears earlier in the line. This...
It seems that column transformation functions defined using macros can behave differently than functions defined without macros. Here's an example: ``` using Match, DataFrames, Query df = DataFrame(a = [1,...
I'd like to customize the code blocks, for example by adding a copy button and allowing them to appear in a numbered list. I'm able to achieve this with a...
On this line, a data point is assigned to the centroids array by reference: https://github.com/solzimer/skmeans/blob/17aaa1bcd14aa542910041987b1e8a4285991e77/main.js#L60 This means that as the centroids change later in the algorithm, the underlying data array...
I would love to be able to publicly share lists with folks who don't have accounts. Kind of like app.calculist.io/sample, but for users. It seems like this might be helpful...
I was using `margin-top` to create vertical space in my lists, and this caused some vertical jumpiness when you begin dragging an item and when you drop it (more precisely,...
I'd really prefer to avoid accidentally setting up a new project with Python 3.12 since some of the packages I like to use only work on 3.11 and earlier. So...
Clicking on a port sometimes creates an edge to the top left of the canvas (the point (0, 0), I think). You can observe this behavior in the demo: http://projectstorm.cloud/react-diagrams/?path=/story/customization--custom-diamond-node....