Anthony Rey

Results 8 issues of Anthony Rey

With the the command line, it's possible to use `sass path/to/source:path/to/destination -s compressed --source-map --embed-sources` (or with other options like watch for example). Is it possible to have this in...

I see some issues with `arrayFormat: 'comma'`: What happens today: ```typescript qs.stringify({list: ['foo,bar', 'hello', 'world']}, { arrayFormat: 'comma' }); ``` returns: ``` list=foo%2Cbar%2Chello%2Cworld ``` instead of: ``` list=foo%2Cbar,hello,world ``` Suggested...

stringify

Related to #2894

area: feature request :bulb:
theme: client

area: enhancement :wrench:
generator: internal

Can you provide an API to communicate with llanfair on order to implement timer services like SRL timer or ultimedecathlon.com tournament timer ?

enhancement

area: enhancement :wrench:
generator: internal

Linked to #76 I try something you can see, I don't know if it's really OK because I've some issues with some files. I didn't tried to publish a package...