Martti Laine
Martti Laine
👍 would prefer triggering new release only when the version number has changed. I keep getting myself into trouble by updating random files (e.g. making formatting adjustments to all READMEs...
Yeah, that should work. Being able to rely completely on Browserify would be great though, so if you can think of a way to avoid this solution, that'd be awesome.
Is it not possible to inject a simple script into the iframe, which will then call a function (doing what `_JailedSite.js` does) from the parent window (`window.parent.jailedSiteCallback()`)?
Instead of relying on bookshelf you can create the datetime-fields manually (mysql): ```js table.dateTime('created_at').notNullable().defaultTo(knex.raw('CURRENT_TIMESTAMP')) table.dateTime('updated_at').defaultTo(knex.raw('NULL ON UPDATE CURRENT_TIMESTAMP')) ``` Or if you prefer `updated_at` to default to creation time as...
Definitely would like this. My use case would be having a handle completely outside the draggable element, which means I'd need to initiate the drag when the external handle is...
Here's a combination of tricks from this thread (thank you all for your effort!) that worked in my project. I am rendering the DOM with snabbdom and storing application state...
In the meantime, anyone who needs to start a registry manually with Lets Encrypt... click Details: Run certbot in standalone mode to generate certificates: ```shell $ sudo certbot certonly --standalone...
Shouldn't they go the [other way around](http://superuser.com/a/498625/23393)? http://example.com?err=invalid-email#login
Test is failing on some browsers, errors are slightly cryptic. https://travis-ci.org/codeclown/smart-number-inputs/jobs/599204886#L759
Error occurs in Next.js (Pages router) during server-side rendering: ``` ⨯ ReferenceError: HTMLDivElement is not defined at file:///.../node_modules/@googlemaps/extended-component-library/lib/overlay_layout/overlay_layout.js:182:31 at ModuleJob.run (node:internal/modules/esm/module_job:195:25) at async ModuleLoader.import (node:internal/modules/esm/loader:336:24) at async importModuleDynamicallyWrapper (node:internal/vm/module:429:15) {...