Benjamin Jesuiter
Benjamin Jesuiter
No, it seems to be the same message, only mine is in German and yours is in English. Great that you could reproduce it! I will send you the output...
Here are the outputs of my mount via `weed -v=4` My Command: `weed -v=4 mount -filer=localhost:8888 -dir=$(bonnie eval LOCAL_FUSE_MOUNTPOINT) -allowOthers -volumeServerAccess=direct -nonempty -replication=000` `$(bonnie eval LOCAL_FUSE_MOUNTPOINT)` => Evaluates to `./mnt/SeaweedFS/`...
# Important Update This may be a problem of finder! 1. I'm not able to write to the share when i open it from the Desktop (with finder) 2. I'm...
I'm fan of this pr, since 7z is the only option for installing it on Synology DSM. See Issue #260
Could this be merged? Apparently it's already reviewed, so it would be nice if it'd land shortly! :)
How does the logging env check work? for example, when I'm running a npm module in deno the required envs might not be there as expected. Or another Szenario: running...
I started restructuring the docs around plugins and extending the docs in this branch: [#1555-improve-docs-about-plugin-creation](https://github.com/bjesuiter/fresh/tree/%231555-improve-docs-about-plugin-creation) Quick question @deer : Should i include an opinionated section about how one might structure...
@deer I started an example repo which shows how to write and integrate different kinds of plugins. Something seems to be wrong with my JSX Linting config, but i can't...
@marvinhagemeister May I ask you to have a look at my example repo? I want to recommend a solid repo structure for plugin development and having jsx not recognized is...
Thanks! I merged the ./example/deno.json with the top-level ./deno.jsonc and configured this as the only source import_map for the deno plugin and now it works! It's a little more involved...