Paul Kim

Results 5 comments of Paul Kim

`keyboardOpeningTime={Number.MAX_SAFE_INTEGER}` 🙇

Adding for reference https://www.zoho.com/crm/developer/docs/api/get-specific-user.html Looks like it might be something with the different path compared to modules. `users/:id`, will look when I get a chance.

Another work-around is to add an event listener of `trix-initialize` to the `trix-editor` element. ``` import { Controller } from "@hotwired/stimulus"; import Trix from "trix" export default class extends Controller...

@archishakinko Kinda of late to this but it depends on the variable used. Do you have `var books = require('google-books-search')` or `var googleBooks = require('google-books-search')`. It's working find if you...

Works nicely when you have two vertical windows and the sidebar to the right, I do this in VSCode but yes, would be nice on ST