Henry Ruhs

Results 151 comments of Henry Ruhs

this is a feature request, could you provide the option to style blanket with another CSS file? i dislike to have inline code and styled ids - you should follow...

Sure, nock looks more advanced and fetch-mock properly can learn a couple of things. Being the so called market leader doesn't mean that nock is better. I give it a...

Hey, internal methods could be used by exploring [blink1.py](https://github.com/todbot/blink1-python/blob/master/blink1/blink1.py) but that kind of approach is never a good idea. I integrated this library to a project and need to run...

@CoskunSunali @apratheek @AloeDream ## 1. General approach 1. Create a `global.d.ts` including `declare var alertify: object;` 2. Add the typings file `global.d.ts` to your TypeScript configuration 3. Instead of `object`...

@MohammadYounes Issue could be closed I think

What about this, stolen from [stackoverflow](https://stackoverflow.com/questions/39494689/is-it-possible-to-restrict-number-to-a-certain-range) and modified to work properly: ``` type Enumerate = ARRAY['length'] extends NUMBER ? ARRAY[number] : Enumerate export type Range = Exclude | TO; ```...

I got a smilar issue with webpack. My library that I try to pack via webpack contains ifvisible.js. For some unknown reason the module cannot be resolved - I have...

Why not using something that already exists and make it public: https://github.com/DataGrip/docker-env/tree/master/mssql-server-linux

I understand, can you give use a roadmap or timetable?