Drayton Munster
Drayton Munster
# Overview As an LLDAP admin, I would like to be able to define arbitrary text fields that may be repeated to extend the user object schema. # Details I...
Closes #31.
## Summary Since many uses of the `Storage` interface may have hierarchical keys, e.g. the permissions, it would be beneficial to have a way to iterate over keys matching a...
To Do: - [x] Replace manual testing paths, path concatenation, and absolute tests with `ioutil.TempDir`, `filepath.Join`, and `filepath.IsAbs`, respectively. - [ ] Find replacements for/configure Appveyor to handle GNU utilities...
This issue is intended to capture issues that need to be resolved for the test suite to pass on [Windows](https://ci.appveyor.com/project/samuell/scipipe). - [ ] Manual Path Concatenations, e.g. https://github.com/scipipe/scipipe/blob/8113d5f546d29b862cab4b75b5fad475b1026c92/ip.go#L291 - [...
https://github.com/scipipe/scipipe/blob/91e3ee76fe836fb74b08593dde9ab2ca8cf33e06/task.go#L350-L363 For the walk function above, if the error is not nil, fileInfo may be `nil`, causing L351 to raise a seg fault. https://golang.org/pkg/path/filepath/#Walk suggests that it is the caller's...
### Is your feature request related to a problem ? Currently, [internal/api/client/auth/callbacks.go](https://github.com/superseriousbusiness/gotosocial/blob/50dc179d332af4a3dc0e69e2c4e39bbbccd3fec5/internal/api/client/auth/callback.go#L225-L230) uses a hardcoded list of groups to determine if the user is an admin (namely `"admin"` and `"admins"`)....
This commit replaces the finite difference approximation for the derivative of the angle in `apply_torsion_forces` with the analytical derivative.