n-studio

Results 13 issues of n-studio

Hi! The bug is reproducible with: https://github.com/marjinal1st/medium-test Changing page prevents the tooltip from being displayed. Workaround: ``` html var editor = new MediumEditor('.editable'); editor.options.elementsContainer = false; $('.editable').bind('input propertychange', function(){ $("#post_"...

Until `devise` is compatible with `Turbo` out of the box, I suggest we disable it by default. A lot of newcomers installing Rails and devise for the first time might...

Fixes https://github.com/thoughtbot/administrate/issues/2091

From https://www.selenium.dev/documentation/support_packages/working_with_cookies/ > Add Cookie > > It is used to add a cookie to the current browsing context. Add Cookie only accepts a set of defined serializable JSON object....

fixes https://github.com/rpush/rpush/issues/10 https://guides.rubyonrails.org/active_record_multiple_databases.html

enhancement
needs-feedback
needs-tests

Allow custom transitions in and out for alerts.

## Proposed changes Added Package.swift to support Swift Packages. Added some missing `import UIKit`. ## Types of changes What types of changes does your code introduce to CameraKit? _Put an...

Hi all, I spent hours of debugging to find out that the notification didn't work because of the 256 bytes limitation. It would be nice to raise an error when...

According to https://github.com/countries/country_select/issues/52 we shouldn't sort priority countries. A change has been introduced in https://github.com/countries/country_select/pull/202 to use the `sort_provided` value instead of `false`. It removes the possibility to have the...

``` -(void)inputButtonPressed { if ([delegate respondsToSelector:@selector(inputButtonPressed:)]) { [delegate inputButtonPressed:self.textView.text]; } /* Remove the keyboard and clear the text */ [self.textView resignFirstResponder]; // should be optional [self.textView clearText]; // should be...