Gabriel

Results 72 comments of Gabriel

I tried adding a escaped colon to this in a way that it doesn't conflict with pseudo-selectors but with no success so far https://github.com/philss/floki/blob/master/src/floki_selector_lexer.xrl#L3

Is there any effort going on about this? I'm asking because I'm in need of it and I'm willing of writing my own, but if there is an effort going...

Pra quem tem interesse nós estamos refazendo em em ReasonML/OCaml nativo o quickstart https://github.com/Astrocoders/pix-dict-quickstart. Como é nativo é bem fácil fazer FFI pra C, Go, Rust, etc

Aiming something like this ```reason ttps://github.com/reasonml-community/bs-react-native/blob/master/bs-react-native-next/src/Text.re module Text = { type t = ( ~accessible: bool=?, ~accessibilityHint: string=?, ~accessibilityLabel: string=?, ~allowFontScaling: bool=?, ~ellipsizeMode: [@bs.string] [ | `clip | `head |...

Unfortunately we don't have Xiaomi phones to test around here. We'll not look into it now but we'll leave the issue opened in case you figure it out.

Oh this is very good, thanks a lot. I will review with care soon.

Sorry about taking so long to give feedback, but I promise I'll be taking a look til the end of this week

Hey there @gaku-sei ! I agree 100% with you, the code is really verbose currently and we could make more usage of Ast helpers from OCaml. About using `[%expr]`, i'm...

@gaku-sei sorry about taking so long to get updates here. I'm willing to merge this already, but could we split the code in more functions or use Ast_helper or ppx_metaquot...

Actually this is already ReForm does internally, the trick is to iterate over the validation schema! https://github.com/Astrocoders/reform/blob/master/packages/bs-reform/src/ReFormNext.re#L57 To have a way to iterate over the list of GADTs directly is...