markNZed
markNZed
### Undiscord Version v5.2.1 ### Browser 111.0.1 (64-bit) ### Extension ViolentMonkey ### Reproduction steps Trying to delete messages. ### Actual results Error 400 reported ### Expected results No error ###...
Thanks for this library. It has been a while since I tried to use node etc and I struggled to understand the demo. It might help others if the amplitudeApiKey...
It seem the default logger assumes timestamp is an int but here it is converted to a string: https://github.com/krakenjs/beaver-logger/blob/82b7b498b38edcc3a239b4d636bd25cc5fc773db/src/logger.js#L217
I think we could agree that all the detectors have parameters/constants that are set prior to running in the benchmark, this might be simple things like sampling rates, input filtering...
Details in the text but the basic problem is that ARTime does not run out of the box now because of updates to the Julia language. The user will need...
Another nice feature would be the ability to record and playback VNC sessions. I tried to find something that is recent and works but did not see anything that inspired...
I see there has been some work to get audio working with noVNC at https://github.com/novnc/noVNC/pull/1525 and this got me interested in PulseAudio. I though I would ask about this as...
Thanks for making transformers much more approachable! The down side of this may be stupid questions from beginners like me (still, I hope this is not one). In the NLP...
I'm learning about ART and it would be helpful to have short, simple, practical expanations of the options like alpha, beta, gamma. No doubt these parameters are documented in papers...
In the matching function Fuzzy ART has the norm-1 of the feature vector as a denominator but the DVFA matching function is not doing this https://github.com/markNZed/AdaptiveResonance.jl/blob/c5963b6fdf78f52af5b310a3222cd0c8e735050d/src/ART/DVFA.jl#L389 Is this intentional? In...