Brett

Results 42 comments of Brett

Yes, forgive me for being so terse. Importing both local modules and modules from `node_modules` would be interesting. The use case for this would be to be able to use...

`EctoFields.URL` also doesn't support IP addresses for a host. ```ex EctoFields.IP.cast("http://1.1.1.1") :error ```

batchinstall doesn't work for me. ``` $ yay -S zfs-utils zfs-dkms ... error: failed to prepare transaction (could not satisfy dependencies) :: installing zfs-utils (2.1.2-1) breaks dependency 'zfs-utils=2.1.1' required by...

@xEnVrE I did have to restart instead of merely logging out/in. Verify your user is in the `video` group with: ```sh getent group | grep ```

What does your run command look like? It's possible you're using the prefix argument `-p` such as `-p kitana` and not appending that to the URL.

I was getting this error on `parcel@next` (`2.0.0-beta.1`) using the `--dist-dir` flag on something like `parcel build ./src/index.html --dist-dir=build`, but not on `parcel@nightly` (`2.0.0-nightly.322`)

I recently switched to this module's `generate_systemd` option, and one of my services was unable to connect to a separate postgres container. Even after modifying the unit configuration file to...

For other templates using `html-loader` this can be accomplished by using multiple `source` elements. Here's a pug example: ```pug picture source(media='(min-width: 1024px)', srcset=`${src}?size=1280`) source(media='(min-width: 768px)', srcset=`${src}?size=1024`) source(media='(min-width: 640px)', srcset=`${src}?size=768`) source(media='(min-width:...

Were you ever able to figure out assigning a shortcut?