yuyaryshev
yuyaryshev
### Suggestion That would be great to simply save a search, giving it an icon and name. Than in bookmarks there would be "searches" - a list with icons and...
* Compiler Used: VS2017 15.8.9 * Operating System: Windows 10 * Architecture 64bit ### Expected Behavior Compiles and code is correct ### Actual Behavior Compile error: chaiscript\include\chaiscript\chaiscript_threading.hpp(107): error C2480: 'my_t':...
- Added includeNonExisting if true include unresolved dependencies, they will be prefixed with ':!EXISTS: ' - Added includeCore to include core modules (for example: "fs"), they will also be prefixed...
Added join function defragments BufferList items into one big buffer.
Throw an instance of Error, not arbitary object, because stack information is only preserved if Error instance or a derived class is used.
I have a stream of MessagePack messages, to parse it i need a way to know message size.
### Behaviour C:\Users\%USERNAME%\AppData\Roaming\JetBrains - is still created by Intellij Idea 2020.1.3 27 Which obviously not a portable version #### Steps to reproduce this issue 1. Download https://portapps.io/app/intellij-idea-ultimate-portable/#known-issues - Intellij Idea...
Is there a way to test that a value is, say, SortedMap? As I can see: if(v instanceof SortedMap) - is not an option, because SortedMap isn't a class and...
First of all - thanks! With your plugin I could finally automate some routine tasks to form a report inside my vault. However, there is some nasty problem I struggle...