Mark Gaiser
Mark Gaiser
 ``` const { printTable } = require('./dist'); //Create a table const testCases = [ { index: 3, text: 'I would like some gelb bananen bitte', value: 100 }, {...
Hi, Right now we can cache values with x lifetime. That lifetime is checked on every read and the cache value is thrown away if the read exceeds the previous...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Doesn't exist in web3.js ### Expected Behavior Should be added and...
This is definitely a **WIP** branch. It adds support for the IPFS protocols (`ipfs://` and `ipns://`). This code seems to be working already so now i'm looking for feedback to...
Hi, Not a feature request, just a question. We all know it. File browsers. They, depending on which file browser you use, likely present your images in thumbnails where you...
Hi, I just found out about router.param() and immediately started using it in my code. It makes checks based on parameters so darn clean :) Really good job on the...
Hi, I know recent releases have had some fixes for dual display setups since the login used to be displayed on each monitor. Now only on the primary monitor. A...
Hi, My first steps in deep learning don't go so well. I keep getting NaN. That turned out to be a "lucky" coincidence. See this full example: ``` const Mind...
Hi, I admit, i haven't tried it. But looking at the code it seems to be doing case-sensitive searching. Imagine i put a bunch of files paths in the trie...
Hi, Imagine the case of inserting a whole filesystem structure in the hat-trie. You have folders with a bunch of files, more folders and more files. At the moment in...