Julien Philippon
Julien Philippon
Hi, When use front matter in markdown file : ```markdown --- Author: Test Description: Test --- # Test ``` If i try to update or add parameters in front matter,...
Hello, In my project I am using TSC 5.0.2. This version is well used when I open vim in the root of my project. But, when I open vim in...
Hi, When importing all currency symbols: ```typescript import currencyToSymbolMap from 'currency-symbol-map/map' ``` I have a type error, module file declaration 'currency-symbol-map/map' not found. I added this declaration in my project:...
Hi, Is it possible to use the delay on miliseconds, not hundredths ? It is rounded when changing setDelay : https://github.com/eugeneware/gifencoder/blob/master/lib/GIFEncoder.js#L136 I would like to use 103, 101, 99, 98...