Richard Collette

Results 88 comments of Richard Collette

For a very simple single directive bower/npm module, creating a single bundle, I've used the directions here: https://medium.com/@vladimirtolstikov/how-to-merge-d-ts-typings-with-dts-bundle-and-webpack-e8903d699576#.k2ajzm943 Except that I was not able to point to just a single...

I can't speak to the latest beta version, but prior versions add an "opinion" that generated empty files are in some way a bug whereas the tsc compiler does not....

There are a couple "warnings" I see regarding the implementation suggested in https://github.com/tmenier/Flurl/issues/517#issuecomment-627961654 ![Screen Shot 2020-12-11 at 1 54 20 PM](https://user-images.githubusercontent.com/136476/101943024-70f41e00-3bb8-11eb-9aff-f4a0c39a8320.png) First is the fact that JsonSerializer.Deserialize methods are nullable...

In the case where all the values are passed in the single set method and squashed, it seems like an obvious bug to be patched.

Prior comment on the topic of token renewal. https://github.com/tmenier/Flurl/issues/619#issuecomment-885843912

I really don't know why Flurl should have to know how to serialize complex objects as a query string parameter. That sounds like something the caller should do first.

+1 but in addition to pseudo classes implement the combinator for .class1.class2 and child selectors (>, +)

└─┬ [email protected] └─┬ @dabh/[email protected] └─┬ [email protected] └─┬ [email protected] └── [email protected] CVE-2021-29060

@deadcoder0904 - I imported like ``` import isEmail from 'validator/lib/isEmail'; ``` That's as small as you'll get for tree shaking with TS alone, otherwise you need Webpack or something similar...

@profnandaa - I'm curious why the comment about not wanting to rewrite. JS is TS. There shouldn't be a need to rewrite anything. You could just rename the files to...