Frederik Held

Results 50 comments of Frederik Held

But apart from that: your code only needs some if clause that checks what image format is incoming in order to make it compatible with the current source, then you...

> I am entrepreneur and I need that things works. Then I look at revenue. I just said how to make things work. Doesn't look like a good strategy to...

Hey @pdcastro, any progress on this? I just ran into the issue that fleet vars are not being applied in local mode and came up with the idea of using...

+1 for this feature! I have exactly the same use case as @jirikrepl and would be very happy if I could exclude specific sub directories. There's a discussion about this...

+1 for this one. It took me ages to figure out, what the endpoints are and then again ages to find out, what data they expect :-P I read in...

Hey @jense-arntz, looks like you're tangled up in abstraction here ;-) I'm no expert here, but just a few hints: raspbian-install.sh is designed to install wifi-connect on Raspbian (the Debian-based...

Same issue here, also with form inputs. As I could not find any information on how to fix this, I temporarily worked around it by putting the whole `v-form` into...

I was able to "fix" this by conditionally adding a span around the v-chip text that has a margin left and right of 0.085em each. But I don't know if...

Okay, well. It's just too obvious that the border would be a pixel value XD I replaced 0.085em with 1px on each side and can confirm the fix.

Hacky solution for the problem: Add `style: margin-top: -24px;` to the v-bottom-sheet component. 24px is the border radius of the bottom sheet. Also add `padding-top: 24px !important;` to the v-card...