Jake Smith

Results 44 comments of Jake Smith

May I ask what the current status of this issue is?

I'm also having this issue. I'm using `authState` method to capture the user as an observable in my service, and I can't get the tests to get passed this error....

I found this: https://github.com/materiahq/ngx-monaco-editor and it works out of the box with https://github.com/maximegris/angular-electron.git.

@zerocewl The editor version may not be latest, but I it seems I'm using latest Angular

I am using Angular 12 and the styling that is missing is getting incorporated into my project from a third party UI library (DevExtreme), and auto generates the css on...

Here is the failing test: ``` ruby test 'should update user role if admin' do request.env['HTTP_REFERER'] = root_path assert_difference 'Draftsman::Draft.count', 1 do while_logged_in_as @admin do patch :update, id: @member, user_role:...

Since my columns in the users table are of `inet` type, and the object column in the drafts table is of `json` type, the `IPAddr` types in ruby are being...

I'm trying to wrap my head around whether or not this is an appropriate solution or not: ``` ruby has_drafts only: [:role], skip: [:current_sign_in_ip, :last_sign_in_ip] ``` Right now, I can't...

I really like this gem a lot, so I figured I'd give a detailed report of what I was running into because it seemed that this would be a fairly...

@JonathanMagnan Thanks for the heads up, you might be right. I'll look for an update next week sometime and update my nuget version as well as my app setting name...