MacFJA

Results 108 comments of MacFJA

The resulting type of `persist()` is `PersistentStore` (You also have a typing error, you forgot to indicate that you have an array of human, not just one) So the right...

> I was not aware of the 'PersistentStore' type, it wasn't in the documents anywhere that I can see. You are right, the [static documentation](https://github.com/MacFJA/svelte-persistent-store/blob/main/.docs/README.md) have most its examples (all...

Yeah, the `eval` probably came from the serialization library. It's a recent change that add lots of issues :disappointed: I need to find a good tool for serializing data

> 1. Auth State: I am currently using an http only cookie to persist an authentication token and that seems to be working, though Im not sure about security issues...

From my investigation ([see here](https://discord.com/channels/457912077277855764/965696490351767623/965705744278257695)) I seem that the issue came from the dependency [`esserializer`](https://www.npmjs.com/package/esserializer). I did some tests, and sadly it appear that I won't be able to fix/do...

@hig4342, Can you rebase your branch with `staging` and run `npm run format` ? The formatting of `src/routes/components/components.json` is incorrect (tags array need to be on one line)

First we have to ask @geoffrich if he is OK about it. Then a PR can be open and it would probably be merged (into `staging`) a few days after...

Maybe we can run Prettier on every Pull Request ? With something like: - https://github.com/marketplace/actions/prettier-action - https://github.com/marketplace/actions/prettier-code-formatting (More here: https://github.com/marketplace?type=actions&query=prettier)

I think the whole reading/parsing/searching of tools.json, components.json, templates.json need to be rethink. There are lots of errors and weird behavior.

After some testing, it appear that the "Unclassified" section shouldn't be empty. There are 2 tools that should appear in it