-
**Describe the bug**
Apps seems stops to render items properly when you nested too many levels of `Group` block.
**To Reproduce**
Steps to reproduce the behaviour:
1. Add `Group` Block
2. Click…
-
Use concurrent queue for disk access, with `dispatch_barrier_*` for write operations.
I did a quick test and didn't measure a performance improvement, which was what I expected. Odd.
-
Currently, the library places the store files in the following location:
`/Library/Application Support//`
According to Apple guidelines, all folders inside the Application Support directory should us…
-
Unlike a symlink, the original file can change and an Alias will still work.
https://eclecticlight.co/2020/05/21/bookmarks-a-type-of-alias-their-access-and-use/
-
Downloaded the repository on Tue 07 Jun 2022 20∶36∶44 EEST.
The code looks pretty good and the user interface is pleasant to use. File management module is currently used as a singleton but I was t…
-
** Commit: 1440799
** Operating System: Ubuntu 18.04 LTS
** Python Version: Python 2.7.15rc1
** What happened: Viewing /settings/system results in an error
** Logs:
```
500 Internal Server Err…
-
Hi,
I'm considering using this driver on my small vSphere cluster but have some questions about the practical nature of it's use.
It seems a volume (hard disk) stored in the vsphereDatastore may mov…
-
Hi,
We're developing a vscode extension that is extending Zowe Explorer if it's available (no hard dependency on the extension is set).
However in both cases we want to provide an aligned experi…
-
I recently (re)discovered the [XDG basedir standard](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html), which specifies a standard location for storing cache files for an a…
-
Hi,
I'm writing an extension that needs to send a CSV file to a 3rd party webservice. In C/AL I would've used HttpClient and the MultipartFormDataContent class, however in AL I only have HttpClient…