-
I'm sometimes in the situation where a library wants a file that is next to my executable and therefore waits for a string parameter to give it the file. I would like to take advantage of pkger. How c…
ghost updated
3 years ago
-
This is a feature request.
**Background:**
My production servers uses Kubernetes and I do not like to use environment variables for secure information (such as my keybase key!).
Most applicat…
-
With cabal-install-3.12.1.0, I can trigger this bug
- by `cabal install -w ghc-8.0.2 system-filepath-0.4.14` (latest version of `system-filepath`)
- by getting `system-filepath`and do a `cabal insta…
-
`(Position & 'pos_id=0').delete()`
yields:
```
AssertionError Traceback (most recent call last)
in
1 #Only deletes record not S3 object
----> 2 (Position &…
-
The constants used by this program are not actually constant and should have specific solutions for each. `paths` was mentioned by @Ulibos but a lot of the rest should also be configurable by the end …
-
Hello, I have had a recurring problem with ExecJS while trying launching my app. I'm running Ruby2.3.3 & Rails 5.1.4 on Windows 10.
I have a "SyntaxError: Caractère incorrect" on execjs (2.7.0) lib…
-
Add availability of a design's file (by it's filepath), linked to the piece and it's description. Showing in Orders description per the link between Orders and Piezas DB.
-
Unfortunately, the file path that is set isn't compatible with Linux (see picture below). It should be `cd /home/..` instead of `cd home/..`
I'm pretty sure there is a method in the Obsidian API that…
-
How do people generally deal with file path indicators (e.g. C:\Windows\Temp\bad\ )? Especially snippets of file paths (e.g. \Temp\debug\)
I have currently seen filepaths be stored in regkey types …
-
All file related API's accepts the argument to the define file name/path.
```js
json('foo.json')
```
If the path is `absolute`, then it simply writes to that absolute path, which silently open…