flip111

Results 256 issues of flip111

Hi, i wanted to create a package for mercury and name the deb file like `mercury_14.01.1_amd64.deb` instead i get a directory like `mercury_14.01.1_amd64__dbp__` with what looks like could be the...

I get the error message from the title of this issue. It's not very informative what exactly the problem is or how i can fix this. I don't know if...

I wanted to try rust for some data analysis after getting started with python. In scikit there saw there is a [OneHotEncoder](https://scikit-learn.org/stable/modules/generated/sklearn.preprocessing.OneHotEncoder.html) which is useful for categorical data. Could such...

Would be nice if a comparison function could be passed. And also be able to ignore the order of things. In my program i read in json `["hello", "world"]` and...

help wanted

Would be cool to get a process step X of Y steps of the diff so that a progress bar can be shown. Maybe Y will need to be adjusted,...

question
wontfix

Hello, i would like to show the results i obtained using pyrs together with monkeytype and the process i followed. These are the first commands i used: ```shell cd typing...

Would be nice to automatically generate some tests with a quickcheck implementation such as https://github.com/emil-e/rapidcheck One could generate some AST, print it, parse the source code and check if the...

enhancement

Would be cool to generate some syntax highlighting files for web * https://highlightjs.org/ * https://prismjs.com/ Probably needs https://github.com/jzimmerman/langcc/issues/9 first to identify what is what

enhancement

Would be cool if the grammar supported semantic labels, there is quite a few things you can do with that. Such as https://microsoft.github.io/language-server-protocol/specifications/specification-3-16/#textDocument_semanticTokens Additionally labels for entry/exit and open/closed for...

enhancement

I was trying to browserify this package so can quickly prototype some client side app without having to setup a server (apart from neo4j itself). Looking at these stackoverflow comments...