Details
Joined devRant on 7/16/2017
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API

From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
-
@Lensflare a good testing strategy still needs to be found, as it's very often about simple data retrieval and working with said data.
-
@retoor that happened often enough, which disrupted the flow of the showcase.
-
Reminds me of the time I debugged a program across 8 different editor tabs with their code visible on 2 different screens to follow the logic. Not as impressive as your breakpoints. Let me guess, you forgot some of them later and they paused the program when you didn't expect anymore while debugging smth else?
-
@djsumdog never thought about that problem, understandable. In this case it's a dev's annoyance but competition's blessing.
-
@TrayKnots maybe it's lost?
Padding was part of the problem, and my SQL skills. Thought I could save time with the help of AI. Doing it "quick and easy" using the db itself. "How hard can this be?" Was one way to achieve it. Bad assumption when SQL is not the tool you use regularly. -
@electrineer what do you mean?
-
@magicMirror rookie numbers
-
@lungdart I couldn't get it to work regardless of the syntax. Fuck it, I've used a workaround. But thanks to the inventor for apologizing.
-
@Lensflare I know it looks stupid, but /// worked, at least when it was local file system. Java supposedly handles \\ internally?
Oh yeah, backslashes of course are special, so they should be escaped. Yeah, that didn't work out... -
Or when they lay between your feet 😅
-
The auth provider had a bug. Had to change the version to one with the least amount of impact on the codebase.
-
Apparently I'm too dumb to use the library. Haven't found an explanation how to access a route's custom data in the router, when using the code provided for the auth guard. It keeps trying to read the data property from the current route "a", before switching to the desired one "b", even if none provided for a. 😪
-
@kobenz wow?
-
@netikras the reset was their solution
-
@netikras I don't know. An updated faulty config of smth? Could be anything 🤷
Not that old. Second last gen of the router provided by my ISP. -
@kobenz angular-auth-oidc-client
-
Ok so it works again after a reset. Smth interesting: the router saved its settings and restored them. The SSID was supposed to be restored too. The devices connected to it told a different story, the SSID was a different one. But it worked, LAN, wifi, VPN. Another restart and the name also changed ... and the problem returned ... ??
Another reset, this time no settings restored, default SSID. Now it's all ok.
I don't know wtf happened but it's solved. 😪 -
@netikras yup, mobile network turned off.
I can't figure out a pattern. My phone doesn't seem to have problems.
Then again, work laptop suddenly showed a confirmation dialog for a vpn connection with an unknown fingerprint(?). This only appeared before when I used the hotspot. -
@Nanos I used macrium free. I guess it was just really bad luck.
-
@spongessuck static methods don't exist. The codebase wasn't built with testing in mind.
I often don't know whether to mock some code I cannot control or to parameterize it. -
@Hazarth interesting idea. I'll give it a try. Falcon 7B seems the only possible.
-
@dmonkey yup, spring initializr 👍
-
@dmonkey yup exactly. All the autogenerated code I used to get in the past made me forget how to manually set up a controller properly. Neither vs code nor kotlin language service reminded me of declaring the package. Also haven't found a tool to autogenerate this boilerplate.
Only thing left is the error for runApplication() which I cannot get rid of even though I configured it the settings. At least it works. -
@We3D I believe I'm competent enough for reading and most of the times I'm able to fill out the blanks. :)
I don't need a fight, simply put: what does this mean "your phone got a router than your phone net?" -
@We3D yes not a linux user but your sentence is too much chopped off for me to understand. Work laptop with windows, router is probably linux but has a config web page. what does linux have to do with this?
-
@We3D I'm sorry I don't understand what you're saying.
-
username or roomId null?
-
"From now on emails will not suffice as requests, tickets only. No ticket, no work. If that's a problem, refer to my boss."
Something like that? Assuming boss supports it. -
PM just went full circle. 🤷
-
@nururururu yup, package-lock to be included.
Can't believe I got it sorted out. Only cost me my sanity. Wonder whether pnpm would have been easier to handle...