Sebastian Fekete

Results 22 comments of Sebastian Fekete

@mzbac your example just shows how to insert custom blocks as you described. However the sticker is not inline. @aehlke @Marais can you describe your use case for this? Then...

Oh wow that's really something on which I would never have come.. However I can't really comprehend why this must be implemented on this way. Are you really sure you...

Yeah I'm currently on it to figure out how to handle this. It's a little bit complicating and mess up my component with scrolling logic. The Element.scrollIntoView - method which...

Sorry don't see that post. Nice! I found some differences to my current implementation which have a slightly other behavior. When the target element is _fully_ inside of the container:...

No I use the last stable build. Tried some other versions too but doesn't work. I used exactly the example code and many variants. I give some additional infos here...

I don't know the exact state of the v3 lookup mechanism. However I want to write some personal notes / keywords: random 3 digit pin (simple cluster passphrase guessing avoidance)...

By providing the passphrase for every node on-site once while the node bootstrap phase. It is used to generate the pubkeys at m/*. Then it try to access the cluster...

btw: that is exactly how I use it now. I have 1-2 dozens of page templates, 1 layout template, and aprox. 100 renderable components/helpers etc. I name a file like...

Is it possible to implement "template as struct method" easily? (I referr to "1. Pointer Receiver Templates") This extra helper functions I have to create to just call the template...

What I hover achived is to allow the template function names contains underscore. I use it to group templace functions. Maybe templ should allow any valid go function names as...