Kiryl Mialeshka
Kiryl Mialeshka
**Bug report** When I do not specify return type to public functions the returning literal object is transformed to the object with internal properties. **Input code** ```ts function fn(input: {...
After upgrading to webpack 5 in our project we noticed that rebuild time increased more than 2 times comparing to webpack 4. I've created a test repo https://github.com/meskill/webpack5-performance-issue to show...
For example ```oql name: "Frameworks" query: path: "^Dev/Languages/JavaScript/Frameworks/" template: "table" fields: ["title", "tags"] sort: "-title" ``` will return every file at folder and its subfolders which I don't want to...
**Is your feature request related to a problem? Please describe.** I already have a lot of folders that usually contain nested folders with more details. I want to use db-folder...
Clear [caches](https://github.com/direnv/direnv/wiki/Customizing-cache-location) that are created by the [direnv](https://direnv.net) tool
**Summary:** Add support for jwt auth and protecting fields and types from public access with that **Issue Reference(s):** Fixes #418 **Build & Testing:** - [ ] I ran `cargo test`...
## The problem Current http_spec test implementation has some limitations: - to implement mocks it uses custom HttpClient implementation and the test partially reimplements logic how tailcall server is started....
## Is your feature request related to a problem? Please describe. `@upstream` directive is used to define some settings for the upstream server that will affect all of the requests...
I'm getting the error from the title on [this line](https://github.com/Zizzamia/perfume.js/blob/master/src/observe.ts#L22) when testing bfcache in chrome browser. ## Reproduction 1. Open Chrome DevTools -> Application -> Back/Forward Cache 2. Click `Test...
Currently, the FileTreeAlternative plugin supports Folder Notes only when the notes related to folder reside in the folder itself. But, Folder Note Plugin supports other options, allowing you to store...