Vincent Biret

Results 1338 comments of Vincent Biret

I was running into the same issue after reinstalling my distribution. In my case I was comparing jars (java) but I had forgotten to install the JDK. Installing the JDK...

Ideally those type definitions should be moved to a /types folder and the package.json should be updated to contain a types entry. DefinitelyTyped is only here for repos that "don't...

@dan-silver I issued a PR's a couple of weeks ago that just got merged, hopefully that helps your case https://github.com/DefinitelyTyped/DefinitelyTyped/pull/23614

CC @peombwa for visibility over the changes that are coming from the conversion lib.

@peombwa thanks for the quick answers (both this one and the other one) !

1. We should define an abstraction layer, and have some kind of factory that provides the session storage implementation when running in a browser or some kind of in memory...

@roinochieng @darrelmiller as the next step would be to document the spec in the sdk deisgn guidelines, would you rather create an issue over there, or transfer this one?

some additional resources to put the spec together https://apisyouwonthate.com/blog/caching-is-hard-draw-me-a-picture https://github.com/tavis-software/Tavis.HttpCache https://httpwg.org/specs/rfc7234.html

Out of curiosity, why do you want to replace gulp?

It looks like the only thing we're using gulp for is to update the version constants in TS from the package.json. It surely is a big dependency to do just...