Tyler Coil
Tyler Coil
I wish I knew about this list sooner. This would be awesome to have on the awesome lists. Or at least have the "awesome" tag.
While there are a lot of settings that can still be configured via the API. It looks like at this time the Gitlab api will not allow you to create...
Correct. While I'm not a contributor to this project, the gitlab expect you to do the following. ```bash curl -x PUT example.com/api/v4/projects/$project_id_number -H "Content-Type: application/json" -d '{"mirror": "true", "import_url": "ssh://[email protected]/group1/project1.git"}'...
Its not ready yet. But a gitlab contributor submitted a MR to start exposing the ssh options for mirroring. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/75155
Not a full implementation. But you can use a state to track if you want to allow a swipe direction or now. ``` const [isMaxedRight, setIsMaxedRight] = React.useState(false); let rightSwipeCount...
I'd like to pose a question in regards to implementation of this. Would it be better to log client side so if you're not on you can't see the messages....
https://github.com/mumble-voip/mumble/blob/master/src/mumble/Log.cpp This should be the class that controls the messages that go into the chat messages. (Hopefully i'm right) My thoughts on how to accomplish this. define file save location...
So if the idea is server side, I think that is up to the admin to decide, not the user. While yea it would be cool to offer flexibility for...
 I've updated it to instead use table of contents, rather than hotlinking the `` tags. This also moves the `` to the...
Appreciate ya! The TOC won't support resizing as is :( Mainly because I used a fixed location settings in CSS. I could redo this to support resizing, just would take...