TrasherDK

Results 153 comments of TrasherDK
trafficstars

I don't get this hole discussion about where to store/find the different files. Aren't there well defined locations for all platforms this thing is supposed to run? On a Linux...

I'm kinda looking at a bunch of issues and PR's, all addressing the same general problem, as a discussion :)

Weird. I don't see similar behavior. The command is: ```sh $ sql2dbml dbml/src/assets_available.sql --mysql -o dbml/dst/assets_available.dbml ``` `input` ```sql CREATE TABLE `assets_available` ( `asset` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `class`...

I would run `standard` on this thing, to conform with `npm`, but that will touch a lot of files.

There has been *a few* updates since this PR was compiled. ``` @babel/cli 7.16.0 → 7.17.0 @babel/core 7.16.5 → 7.17.2 @babel/eslint-parser 7.16.5 → 7.17.0 @babel/preset-env 7.16.5 → 7.16.11 @babel/register 7.16.5...

I came here for the same question. Looking at the list of unanswered `issues` kinda gives the answer to that simple question. Time to move on I guess...

I would :star: both `example-app/express-pg` and `example-app/express-mysql` as separate repositories, even though I don't do `PG` :smiley:

I was looking to use this thing in sveltekit, but that seems to be blocked by the vite tooling. https://github.com/vitejs/vite/issues/5075 links to a bunch of issues describing the problem. It's...

I'm hoping [svelte-emscripten](https://github.com/devappd/svelte-emscripten) is up for the task. The required emscripten linker flags got me worried, as I can't find those. What do you think @woodser ? :heavy_check_mark: `-s MODULARIZE=1`...

I'm not getting far enough to start tweaking linker flags. Trying to build standard on `Slackware 14.2 (Intel x64)` ends with: ```sh -- Configuring done -- Generating done -- Build...