Re: gitlab 502 error on New Merge Request Programming Software Development by cjohnweb … modified the unicorn conf file (sudo pico /etc/gitlab/gitlab.rb) I changed this line (was commented out):…(unicorn settings too): sudo pico /etc/gitlab/gitlab.rb Print out unicorn log: sudo cat /…sudo gitlab-ctl tail gitlab-rails/production.log sudo gitlab-ctl tail gitlab-rails/githost.log sudo gitlab-ctl tail gitlab-rails… gitlab 502 error on New Merge Request Programming Software Development by cjohnweb …quot;, upstream: "http://unix:/var/opt/gitlab/gitlab-rails/sockets/gitlab.socket:/powrz/powrz/merge_requests/new?utf8=%E2%9C%…168.1.51/powrz/powrz/merge_requests/new" $sudo gitlab-ctl restart gives me ok: run: logrotate: (pid …to a rails app - http://unix:/var/opt/gitlab/gitlab-rails/sockets/gitlab.socket - and I think that app is … Re: Github and Gitlab Programming Web Development by pty … can download and run the [community edition](https://gitlab.com/gitlab-org/gitlab-ce) on any machine you want for free.… This is why Gitlab's popularity has skyrocketed over the last few years. …with a good record of performance and uptime : **Bitbucket** or **Gitlab** for free. Or, one of **Github's paid plans** … Github and Gitlab Programming Web Development by davy_yg Anyone knows how to work with Gitlab or Github? What's the difference. Also, how to install Gitlab so that you can collaborate coding with your coworkers for free. Is that possible? Thanks. Re: gitlab 502 error on New Merge Request Programming Software Development by Jorge_10 Thank you, exactly what fixed my 502 issues :) GIT stash Programming Web Development by davy_yg … Turtoise Git and has been unable to pull: From https://gitlab.com/website.com/restapi = [up to date] master -> origin… I need a special quaternion to euler function Programming by Tcll … just an [over-glorified semi-scalar NBT vector](https://kodkodgames.gitlab.io/rotation_matrices/)) I'm not a mathematician though, so I… Re: Experimenting With simplehtmldom Programming Web Development by borobhaisab …;url> <loc><![CDATA[https://bytenota.com/gitlab-solving-the-project-you-were-looking-for-could-not-be…> <loc><![CDATA[https://bytenota.com/tag/gitlab/]]></loc> <lastmod><![CDATA[2020… Re: Why I Fail To Extract Link Path Extension ? Programming Web Development by borobhaisab …-disabled-with-css/ 36 The extension is: https://bytenota.com/gitlab-solving-the-project-you-were-looking-for-could-not-be…-a-link/ 36 The extension is: https://bytenota.com/tag/gitlab/ 36 The extension is: https://bytenota.com/tag/build-angular… Re: How can I create piped IPC between a subprocess under native modules?? Programming Software Development by Tcll … in the public yet... I did at one point, but GitLab kinda screwed me a bit (attempted telemetry and failed), so… Re: Advanced Network Related Question Regarding Network Namespaces Hardware and Software Networking by Tcll … last thing I ever used SSH for was SparkleShare for GitLab sync a while back, but I no longer use that… Re: reading information from file /proc Hardware and Software Linux and Unix by rproffitt Simplest code (incomplete) I know of. f = open('/proc/meminfo') f.read() f.seek(0) f.read() More at https://linux.die.net/lkmpg/x769.html Sorry, but I should have noted where to get source too for a good ps: Read https://gitlab.com/procps-ng/procps Re: all about web development Programming Web Development by Ethanbrody … Control Systems (VCS): Tools like Git and platforms like GitHub, GitLab, Bitbucket used to track changes in code, collaborate with teams… Re: Is DevOps part of cloud computing ? Programming Software Development by pritaeas https://about.gitlab.com/topics/devops/ Re: GIT stash Programming Web Development by pty I think you need to spend a little time learning git before you dive in and start using it. Git can be a cruel mistress. To stash your work run `git stash`. It says that in the doc you "read". In short, don't pull when your repo has uncommitted changes. Re: I need a special quaternion to euler function Programming by rproffitt Why can't you use atan2? It appears to be in Python today. I'm reading https://www.w3schools.com/python/ref_math_atan2.asp Re: I need a special quaternion to euler function Programming by Tcll sorry for the late response, I wasn't notified :P the reason I can't use atan2 is because the `<eval>` tag I'm working with at the bottom doesn't have the function. I only requested python because it's easier to represent and read. also, to elaborate on the problem, here's an actual conversion function: def quaternion_to_euler(x, … Re: I need a special quaternion to euler function Programming by Tcll not sure what's up with the recommended answer... I never marked this question solved :/ Re: I need a special quaternion to euler function Programming by rproffitt I would be guessing what this eval tag is. Maybe you are on some Python from years ago or something else. As it stands I can't see what's stopping you from using Python's math functions. As to the mark solved, one wrong click and that happens. Re: I need a special quaternion to euler function Programming by Dani > not sure what's up with the recommended answer... I never marked this question solved :/ We recently started showing recommended answers even for questions not marked solved. Re: I need a special quaternion to euler function Programming by Dani rproffitt, I think what Tcll is referring to is that we used to only show Recommended Answers for questions that have been marked solved. It was recently switched to additionally showing Recommended Answers for questions with a minimum number of replies that meet some additional quality criteria. Re: I need a special quaternion to euler function Programming by Tcll @rprofitt: > As to the mark solved, one wrong click and that happens. trust me, I never clicked it, I'm really good with my mouse aside from MS Paint, as Dani explained, it's automated, which I can't say I agree with honestly :/ good ol YouTube buggy algorithm coming to DaniWeb x.x @Dani: you can't fix this, comments are too … Re: I need a special quaternion to euler function Programming by rproffitt Thanks for your updates. Sorry that I missed out on the DW changes but back on topic. Can you tell us what language you are using? Maybe there is [source code for atan2](https://www.google.com/search?client=opera&q=source+code+for+atan2) in what you are coding in. Re: I need a special quaternion to euler function Programming by Tcll > Can you tell us what language you are using? Maybe there is source code for atan2 in what you are coding in. oof at the google link, but anyways... as stated above HexEdit's template language is an XML varriant. > while it involves XML, it's actually somewhat C-like I could work with it's `<eval>` tags to add atan2 … Re: I need a special quaternion to euler function Programming by rproffitt Going to need more from you Tcll. http://www.hexedit.com didn't work so I can't see what this language is. As to oof, with all the source out there for atan2() is a variety of languages you are not lacking for examples. And without a language for me to take a look at I can't guess how I might code this up. Re: I need a special quaternion to euler function Programming by Tcll ah I see, alright, Andrew's site kinda died back in the day, and with it, his downloads... I have the 2nd-most recent download of HexEdit 5 backed up on Mega [here](https://mega.nz/file/UoolWBIC#R_Mp3DelHlHxu8FKu3zfjM61bHT290_0lIN9WoR8Puw), as well as the [BinaryFileFormat.DTD](https://mega.nz/file/F45BGDBA#U55bzcA424w15-… Re: I need a special quaternion to euler function Programming by Tcll ok so I've literally just tested this against Blender results and it outputs roughly the same thing, though the model I'm working with only rotates along 1 axis per keyframe, so I don't really have anything decent to test against. x.x take this with a bucket (or more) of salt as I'm not a mathematician: (literally me being a 12-yr old playing with… Re: I need a special quaternion to euler function Programming by rproffitt > Ooof! OK, try Duckduckgo.com then. I would be guessing you meant DDG === DuckDuckGo.com Back on topic. Without some document on the language I'm stuck too. Over the years I've coded in a dozen plus HLLs (high level languages) and because of my work in embedded design and coding for same, assembler and C for over a dozen … Re: I need a special quaternion to euler function Programming by Tcll > try Duckduckgo.com then. I actually have been since about 3 weeks before asking (reasons more related to quat to euler with a little atan2 on the side) ;) sure I could've just been doing the wrong searches and haven't been thinking of the right solution for about 3 days now since my brain decided to tire of so much stress (can still work … Re: I need a special quaternion to euler function Programming by rproffitt > let me do the work of translating it from python. Will do. Maybe a better question would have been to omit Python but to flat out ask how to roll your own atan2() using sin, tan, etc Nod to priors here and https://www.researchgate.net/post/What_is_the_difference_between_arctan_and_arctan2_in_matlab_simulink