Emanuel Borsoi

Results 26 comments of Emanuel Borsoi

I think the order of the returned names should reflect the `weekStart` of the local setting: `dayjs.locale({ ...de, weekStart: 1 });` should return `weekdays:"Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag_Sonntag".split("_")`

I agree. You cannot say that they all compile: ``` const isMarkActive = (editor, format) => { const marks = Editor.marks(editor) return marks ? marks[format] === true : false }...

Debugging it i noticed there is a `NullPointerException` at line 113 of `atom.go`. There should be a check or the property sould not be nullable.

I solved it by naming the tables using underscores like `simple_book`, so the output is `SimpleBook*`

I understand, but I am not working with a specific day, I am working with the `weekdays` names. How can I get the correct order of these names, based on...

Yes i know, but since PHP allows it, why isn`t it allowed in Flight?

In my case, the problem was that the library was a dependency of another one. In order to fix the problem I needed to add a newer version, even if...

For me the sample does not run as well, package versions are outdated and upgrading them leads to build errors.

@firstmetcs > The 3.0.0-beta.x works well, but only has the beta version Well, It is still full of bugs...