Florian Cassayre

Results 14 issues of Florian Cassayre

It is to the best of my knowledge the most sophisticated parsing library for JavaScript and Typescript, therefore I believe it is worth adding to this list. Disclaimer: I am...

Scala defines the `???` symbol (triple question mark) as an alias for `NotImplementedError` ([source](https://www.scala-lang.org/api/2.13.5/scala/Predef$.html#???:Nothing)). The font currently provides a ligature for `??`, but none for `???`.

ligature request

* Scala: `3.X` * scala-parser-combinators: `2.1.1` Consider the following motivating example: ```Scala import scala.util.parsing.combinator.Parsers enum Token { case A() case B() case C() } object Parser extends Parsers { override...

References #3971 and #1465 The changes are analogous to the ones in the above-referenced PR. Additionally, I verified that no other examples were affected by a similar issue.

I reviewed _some_ of the strings for French translation and I am suggesting the following changes: https://github.com/DP-3T/dp3t-app-android-ch/blob/61b00f17c5e8b0b903dc541dd52bffe285a5a135/app/src/main/res/values-fr/strings.xml#L1339 `La chiffre` → `Le chiffre` --- https://github.com/DP-3T/dp3t-app-android-ch/blob/61b00f17c5e8b0b903dc541dd52bffe285a5a135/app/src/main/res/values-fr/strings.xml#L1344 `l'entré` → `l'entrée` --- https://github.com/DP-3T/dp3t-app-android-ch/blob/61b00f17c5e8b0b903dc541dd52bffe285a5a135/app/src/main/res/values-fr/strings.xml#L1423 `inversément`...

- [How it will look like once verified](https://github.com/pallets) - [How to do it](https://docs.github.com/en/github/setting-up-and-managing-organizations-and-teams/verifying-your-organizations-domain) Bonus task: update the link to **https**

A quick inspection in Wireshark revealed that the custom headers appeared twice in the request. This sample code ``` val client = WebsocketClient(uri, protocolHandler, Map("test" -> "value")) val ws =...

We are designing some custom extensions for our project, and one them relies on the [generic parameter default type feature](https://www.typescriptlang.org/docs/handbook/2/generics.html#generic-parameter-defaults) of Typescript. For example: ```ts interface Test {} ``` The...

### Scenario * camunda-bpm-data version: `1.2.8` * Camunda BPM version: `7.17.0` * Description of your use case: there is no reader for external tasks ### Current Behaviour ```java ExternalTask externalTask...

Type: enhancement
Prio: Should

Ce sont vraiment des détails, mais ça ne coûte rien de les signaler. * La bordure est difficile à distinguer de l'arrière-plan : ![image](https://user-images.githubusercontent.com/9027075/152589956-158a4ce2-6c83-4d1d-bdca-50419ba85303.png) Peut-être ajouter une propriété `box-shadow: 0...

enhancement