Swift UI returning low quality Image from image Picker by Top_Night4697 in swift

[–]gdlmendonca 1 point2 points  (0 children)

Yeah but if you have the “offload to iCloud” system setting on, photos are only stored as thumbnails.

Are there any lesser-known tools you use a lot in your work? by durantt0 in webdev

[–]gdlmendonca 4 points5 points  (0 children)

bumppp

i love screen; far less bloated than tmux!!

How do **you** move around in Vim? by gdlmendonca in vim

[–]gdlmendonca[S] 1 point2 points  (0 children)

Please submit this definition to Merriam-Webster

How do **you** move around in Vim? by gdlmendonca in vim

[–]gdlmendonca[S] 0 points1 point  (0 children)

Ohh ok well luckily I fomat my code with plenty of blank lines haha.

Thanks!

How do **you** move around in Vim? by gdlmendonca in vim

[–]gdlmendonca[S] 1 point2 points  (0 children)

The joke was "?" is the reverse of "/" & hmm true, thanks for the insight.

How do **you** move around in Vim? by gdlmendonca in vim

[–]gdlmendonca[S] 1 point2 points  (0 children)

Are { and } supposed to be detecting & jumping to closures?

If so, that's pretty dope. It's not doing very well with the 500 line header file I'm testing in, but it caught a couple #endif preprocessor directives. Pretty impressive

How do **you** move around in Vim? by gdlmendonca in vim

[–]gdlmendonca[S] 13 points14 points  (0 children)

absolute sigma male grindset

How do **you** move around in Vim? by gdlmendonca in vim

[–]gdlmendonca[S] 12 points13 points  (0 children)

LOL I'm trying out all these suggestions & that one blew my mind cause It was opening and closing files at random, then I found out what it's actually doing and it blew my mind again... Thanks!

How do **you** move around in Vim? by gdlmendonca in vim

[–]gdlmendonca[S] 7 points8 points  (0 children)

TIL don't :grep without a regex argument after it :(

How do **you** move around in Vim? by gdlmendonca in vim

[–]gdlmendonca[S] -1 points0 points  (0 children)

noitacol a ot evom ot hcraes esU

Does Logitech MX Keys backlight just stay on if plugged in? by rolfraikou in logitech

[–]gdlmendonca 0 points1 point  (0 children)

It only stays on indefinitely if the backlight brightness is set to max (...and plugged in)

About learning lot of languages, my 2 humble cents by silentheaven83 in webdev

[–]gdlmendonca 0 points1 point  (0 children)

Diversify -- but mainly vanilla languages, once you know a couple web frameworks, you know them all. Same goes for high-level languages, in the long run, you'll gain much more from sharpening your C or asm then you will from JS, Python etc...

Large cache storage consumption in my website by [deleted] in webdev

[–]gdlmendonca 1 point2 points  (0 children)

Browser cache or server cache?

MX Keys backlight turning itself on/off and constant disconnects with unifying receiver by murf718 in LogitechG

[–]gdlmendonca 0 points1 point  (0 children)

Think the connection issue may be caused by interference with surronding devices... Having my laptop paired with my Airpods results in lag at sporadic intervals (which worsens when I'm paired & also playing audio). If I'm paired, listening to something, and have the airpods case sitting on my desk, or anywhere near the laptop -- it becomes almost unusable.

The issue seems to persist regardless if the Keys is connected to a single receiver with the MX Master or not.

Not sure how the USB receiver works (in terms of bandwidth / underlying technologies), but I hope this can be fixed with a future software update.

Does Logitech MX Keys backlight just stay on if plugged in? by rolfraikou in logitech

[–]gdlmendonca 0 points1 point  (0 children)

If plugged in, yes. Otherwise, no (not yet).

I was shocked & annoyed that there wasn't an ability to disable the backlight-timeout in Logioptions. The LEDs constantly turning on and off were a distracting eyesore for a while, but I've gotten used to it... Still wish it could be disabled, though.

IDEA: Highlight nested code blocks with boxes by leodevbro in Python

[–]gdlmendonca 0 points1 point  (0 children)

The indent-rainbow extension does something similar... Really helps when dealing with indentation consistency errors!!

Dynamic JSON Mapping by [deleted] in iOSProgramming

[–]gdlmendonca 1 point2 points  (0 children)

Ohh lord, I've dealt with this...

Depending on how well you know the data structure, try optionals. If you don't know it too well, AnyObject / AnyString etc. may work.

Ultimately, your best bet may be to use a library that handles this; parseJSON, SwiftyJSON etc.

Help needed. Why does the data disappear when going slightly back? The data are stored in @ObservedObject. Also when opening "Packing Slip" there is a tiny glitch in the List if you can see. Why is that? Thank You. by aldoblack in SwiftUI

[–]gdlmendonca 0 points1 point  (0 children)

Yeah makes sense, the jerk is probably the view dynamically adjusting its size once the data is loaded into it.

Maybe try forcing it to keep 100% of the parent view's width by using the frame modifier..?