Marek Pepke

Results 58 comments of Marek Pepke

@andrewplummer > There simply is no point at which Sugar can get in and unwrap itself to native methods once it's passed into match. There actually is a way. You...

I think it should stay as it is now. The default should be the genitive case, as it is in v2. In my opinion, people expect `date.format('{d} {month} {yyyy}', 'pl')`...

You could also consider using the keyword `as`, just like with exports: ```js export { import1 as name1, import2 as name2, …, nameN } from …; ``` I think with...

For me the problem is the x7 speed, at that speed weird thing started happening (I have 60 Hz). For x6 everything was fine. I have every upgrades at x7...

I think the difference comes from different point of reference. In svg, transformations of the inner elements are applied in relation to the svg element. In case of css transforms...

Proof of concept: https://css-tricks.com/position-sticky-and-table-headers/

OK, I see now what is the problem with that: the table has its own scroll, which overrides the base position for stickiness. However, I still think there are better...

For now, you can use this: https://birdflu.lar5.com/fmc?s=du1rbfuBuLpfUBUqD&n=lfnBu(uBU)qPb(q1FdELb)

I will add that it was known to some people for quite some time, and developers could write their plugins relying on this behavior. Although in the official docs it...

As for the use case, yesterday I tried to add a key binding activating only when there were selected whole lines, and only then. Like the state after hitting `primary+l`...