Mark Gaiser

Results 91 issues of Mark Gaiser
trafficstars

![image](https://user-images.githubusercontent.com/49061/183145716-2a1a237c-fed5-4424-be2a-788c5eff17e0.png) ``` 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...

Bug
1.x
Stale

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...

cmdline tool
next-feature-window

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...

question
api
progressive
post 1.0

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...

bug
multi-monitor

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...