Merilynn Bandy

Results 44 comments of Merilynn Bandy

Not doing this for the foreseeable future, the typography with the M+ font looks too nice. If there is a real user need I might implement it

Might as well leave it up, getting to it at some point

`postcss` needs to be installed [as documented](https://github.com/sveltejs/svelte-preprocess/blob/main/docs/preprocessing.md#globalstyle) for `` to work. Is it installed?

@rolandleth > There is no `node_modules` folder at preinstall, though, if you come from a clean slate. ```json "preinstall": "mkdir -p node_modules; touch ./node_modules/.metadata_never_index" ```

This used to work for me, but after updating my package version it stopped working.

Serverless offline with serverless-webpack did have the watch thing work, yeah

@AshUK @haroonKhan-10p Worth noting that these are not fixes, more so workarounds. They massively degrade performance, especially for larger projects.

@renpytom while i agree that hyperlinks are categorically not buttons, they are commonly styled as such and users have come to expect this pattern. i do not think that renpy...

In the root, like this ``` . ├── errors.txt ├── exec.py ├── files.txt ├── game ├── log.txt └── traceback.txt ```

`config.basedir` gives me `/Users/meri/Code/kavaya/src` which is what I'd expect ``` → pwd /Users/meri/Code/kavaya/src → ls errors.txt exec.py files.txt game log.txt traceback.txt ```