-
```
➜ polka-storage git:(feat/410/generate-porep) ✗ cat test-data.txt
12345678
➜ polka-storage git:(feat/410/generate-porep) ✗ ./target/debug/mater-cli convert test-data.txt
Converted test-data.…
-
When i add a basepath to the application with:
in server.js:
```
polka()
.use(
'/subpage',
...
```
and call `sapper export --basepath subpage` then this basepath is not appended to th…
-
great working examples i found:
* https://github.com/beyonk-adventures/now-sapper-demo
* https://github.com/niklasgrewe/apple-svelte-demo : real beautiful
* https://github.com/sveltejs/svelte-virt…
-
Had a bit of fun tonight brainstorming some new Variant ideas:
**1. Ivory**: White, but the cards are only touched by the number one above their actual value (so the 1 is only touched by 2, 2 touch…
-
- [x] Call with Aron @ Postly
- [x] Mobile ID creation/onboarding discussion
- [ ] Call with Matt @ Bellwethr
- [x] Book more learning chats
- [x] Figure out where to source user testing users
-
Issue for this? / Possible TODO
_Originally posted by @jmg-duarte in https://github.com/eigerco/polka-storage/pull/417#discussion_r1790125981_
-
Express brings in a lot of transitive dependencies. We should try to mitigate that by migrating to `polka`. The `next` version has been used by many big projects like SvelteKit already, and is suppose…
-
`choices_labeled.R` is a duplicate of `teal.transform`s file of the same name.
`teal.transform` is a downstream dependency of `teal.slice` so I'd recommend exporting `choices_labeled()` from `teal.…
-
React 18 introduced [Progressive Rendering](https://vike.dev/streaming#progressive-rendering). Does Solid support this?
It would be nice to potentially integrate it with Vike extensions (e.g. https…
-
Hi all. When I first read your paper "Gene Selection With Guided Regularized Random Forest” what I understood is that the lambda parameter controls the regularisation in an RRF model, being that highe…