Lucas Besen

Results 12 issues of Lucas Besen

Is there a way to make redirect_uri unrequired when creating/editing a new application? Server to server auth doesn't need this

enhancement

I'm planning a roadmap and Lerna will be very useful. We can begin with: https://github.com/lucasbesen/react-kanban/issues/5

enhancement
help wanted

I'm having this error trying to delete a application ``` [error] #PID running MyAppWeb.Endpoint (connection #PID, stream id 2) terminated Server: localhost:4000 (http) Request: POST /oauth/applications/1472dc4ab4a92e7fbaa0c77e76331104d66148078d6fec281b1402adf4007ce1 ** (exit) an exception...

**What is the current behavior? Describe the bug** I'm adding a few custom fonts with different font weights but I can't set on the editor. All of them get the...

### Summary Placeholder string doesn't show up with `TrailingNodeExtension` ### Steps to reproduce Just add both `PlaceholderExtension` and `TrailingNodeExtension` and check what's rendered ### Expected results It should render the...

type: bug :beetle:

A good way to show a feedback to user is using toast Didn't find anything related on reason world Benchmark: https://github.com/fkhadra/react-toastify https://github.com/tomchentw/react-toastr

enhancement

Currently, we only accept string as select option. The idea is to allow any type through generics. @fakenickels tips: ```js type option_('a) = { value: 'a, label: string, }; {Utils.str(option.label)}...

enhancement
good first issue