John Deighan

Results 20 issues of John Deighan

Just installing the required packages fails with a large number of deprecation and security warnings: ``` $ npm install -D svelte parcel-plugin-svelte parcel-bundler npm WARN ERESOLVE overriding peer dependency npm...

On your docs page (https://gerhobbelt.github.io/jison/docs/), there are 3 places where you've tried to create a markdown fenced code block, but due to a misplaced space character, it isn't recognized. Search...

``` $ cd test johnd@RazerBlade MINGW64 ~/test $ npm install surge npm WARN deprecated [email protected]: this library is no longer supported npm WARN deprecated [email protected]: Please upgrade to version 7...

I'm using an Ubuntu Docker container built with a Dockerfile starting with "FROM ubuntu:trusty". Running "cpan install HTML::Tidy". I'm told that I need to install tidyp. However, "apt-cache search tidy"...

Isn't it possible to allow something like this in my package.json file: "dev": "concurrently 'llb -w' 'vite -c src/vite.config.js src' 'promptme -w'" i.e. use single quotes inside the concurrently command...

pending for input

I'm trying to automate the setup of an elm project. As part of the automation, I want to run 'elm init', but it requires user input (i.e. typing 'y'). I...

To start with, I thought I'd mention that the page at "https://package.elm-lang.org/packages/mdgriffith/elm-ui/latest/" ends with: Want to help out fixing bugs or reporting issues? Please add issues you find... But gives...

That's what it says in the CSS Escape Plan book. And I think it should be that way, but unfortunately, it isn't. I have a simple layout with a column...

has-ellie

I love the fact that I can just globally install elm and elm-live, do an "elm init", create a src/Main.elm file and invoke elm-live. Short and simple. But to make...

On your main README page, the link in this text is broken: Checkout the examples in [Widget](https://github.com/Orasund/elm-ui-widgets/blob/3.4.0/Widget) for more details.