Adminy

Results 85 issues of Adminy

Store all inputted commands into a list and scroll through what commands you typed using up and down keys.

``` library(eulerr) fit

enhancement
help wanted

``` 13 Mar 2022, 09:32:33 Background Indexer Crash Recovery\nIndex 4096 out of bounds for length 4096 java.lang.ArrayIndexOutOfBoundsException: Index 4096 out of bounds for length 4096 at org.eclipse.jdt.internal.core.index.DiskIndex.readStreamChars(DiskIndex.java:946) at org.eclipse.jdt.internal.core.index.DiskIndex.readChunk(DiskIndex.java:758) at...

bug
classpath

🐛 bug report / 🙋 feature request With parcel, I can have a js file and in it I can say ```javascript import './style.scss' ``` ## Expected Behavior For it...

Sometimes you’re not sure one endpoint will last forever so it’d be nice to be able to pass a list of them just in case

Rather than merging store with previous store I would like to have them separately. E.g. ```jsx const AuthStore = ({ children }) => {children} const PageStore = ({ children })...

Where is wasm coming from? how do you generate that?

I have a lot of hvec x265 video chunks sitting on web links. I download each for preview but it would be an awesome feature if instead of open downloaded...

enhancement
icebox

A little more coverage of sql queries would be very useful. ``` update TABLE_NAME set COLUMN_NAME=0 where ID_COLUMN=1 ```

How hard would it be to implement fallback on Context-2D with the way the code is now? Is there a way to get ImGui raw buffer without relying on GL...