Roman

Results 9 comments of Roman
trafficstars

@danschultzer please give the PR a look According to the oAuth 2 Security BCP, PKCE is a requirement, not just recommendation

@liveforeverx hi, I've got into situation where I need this feature. Probably, I could help with it but before I dive into sources, can you provide any additional info you...

There's an option `skip-networking` which forbids access to MySQL via TCP and only allows it via Unix socket. This option is turned on by default and all MySQL users have...

Same happens to me on iMac 27 late 09 with El Capitan 10.11.5 (which is OK for Sierra afaik) :(

@jeandavid as per [this table](https://developer.apple.com/library/ios/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Chapters/ApplePushService.html#//apple_ref/doc/uid/TP40008194-CH100-SW20) the "body" key is not optional (value type is string). But I've reviewed the doc more carefully and found examples of using "alert" without "body"...

Thanks for the update @wsdjeg , I created this issue because I've found a few similar in this repo for JAVA and C IDEs, so I thought it's the right...

I dug a bit into this. Another model needed to add Elixir support because the one currently used is trained on a dataset with a specific set of languages. I...

It is likely that you're rendering in a LiveView, so you should set up some LV hooks in order to re-render Svelte component as well

That's all expected, since releases is some "special case", but no worries! Been there, done that :) You can take a look at this Dockerfile for one of Reph-powered apps...