Daniel Sokil

Results 37 issues of Daniel Sokil

Getting error when going to `/edge` ``` import { Link, Route, Switch, location } from "@hyperapp/router"; import welcome from "./views/welcome"; import edge from "./views/edge"; const routes = (state, actions) =>...

BUG

Currently, Node.JS is installed to `~/.crystal-nodejs`, it would be better if it was installed on the same path as the project using the `crystal-nodejs` library.

enhancement

On every commit to the `gh-pages` branch, the CI processes every logo, this is highly inefficient and time-consuming. Suggesting to use Travis CI caching capabilities to save the optimized logo...

It would be good to add https://github.com/patrick-steele-idem/morphdom to the Mikado benchmark, since both use a similar pattern of DOM patching.

From: `` Into: `` Svelte Compiler Error: ```bash must have a 'this' attribute 166: {#each countries as country} 167: 168:

From: ```html Home | Website ``` Into: ```html Home | Website ``` This is related to https://github.com/lttb/reshadow/issues/97 The preprocesser should skip any tags that start with `` such as: -...

When using `` in a Svelte application there is an error: ```bash [!] (svelte plugin) SyntaxError: Unexpected token (4:1) src/App.svelte (4:1) SyntaxError: Unexpected token (4:1) at Object.raise (/home/sokil/Desktop/Lab/reshadow/packages/svelte/node_modules/.registry.npmjs.org/@babel/parser/7.4.5/node_modules/@babel/parser/lib/index.js:6344:17) at Object.unexpected...

bug

When reshadow processes styles, they no longer are extracted to a css file, instead are evaluated by JavaScript at runtime. ### Ex runtime styles: ```html import {__init__ as __reshadow__} from...

enhancement

There is a warning: ```bash (!) svelte plugin: $: has no effect outside of the top-level src/components/Modal/Modal.svelte 46: 47: onMount(() => { 48: $: __styles__ = loadAsset(["https://js.stripe.com/v3"], "stripe", { ^...

bug

I've been trying to set up a connection such as: ```json "sqltools.connections": [ { "previewLimit": 50, "server": "localhost", "port": 5432, "driver": "PostgreSQL", "name": "my-app", "socketPath": "${workspaceFolder}/build/db/.s.PGSQL.5432", "connectString": "postgresql:///app?host=${workspaceFolder}/build/db", "password": ""...

feature request
pg