Marcus

Results 36 comments of Marcus

What does "applications.store.update" actually authorize, I cannot find an endpoint that the token can use: are you sure that is not behind approval?

The `?` syntax you mention is sugar for a union with `undefined`: ```ts const example_1 = (x: number, y?: number) => x + (y || 0) const example_2 = (x:...

I dont know if this is a good idea. OOP in lua is so ad hoc and dynamic that I think this would easily feel restrictive to some people. I'd...

> then maybe adding another extra bit with some bare minimum for instantiation time would help the compiler make better assumptions (and reduce a bit the verbosity as a bonus)....

Just to update but after thinking over this while at work I think the "mojibake" is just a lack of system font fallback, it's probably fine as UTF-8.

Any updates on this?

I just don't think it makes sense to compare my project to the others on this list.

You could potentially have a place in the client where the information is kept -- on request via a client option -- so that people can check the information. Of...

https://discordapp.com/channels/81384788765712384/381890411414683648/494619294055923713 myFunction takes an argument which is passed to add reaction and the issue arrises when uncached is called; vanilla emoji still work but custom do not.