Results 22 issues of Felipe

There are three possibilities for recovering from a missing RC: 1. **Do nothing** This works best for attributes in the middle when they have a value (e.g., `a={123 b="..."`) since...

feature request

Is it possible to move the holiday text down one line? I keep a narrow display, which results in not much room for the day + the holiday name, so...

These were added to WASM a couple of years ago. Not currently on MDN, but I filed an MR there: mdn/content#29077

Would be great to have this be callable from Python! Not super familiar with Cython, but if it were possible to convert a C array to a tuple, then I...

Going through the tutorial in the github pages, I get the following error on the polymorphism page: ``` Error: errs is undefined blockErrors@http://ucsd-progsys.github.io/liquidhaskell-tutorial/js/liquid/liquid.js:198:5 setErrors@http://ucsd-progsys.github.io/liquidhaskell-tutorial/js/liquid/liquid.js:207:19 verifyQuery/

I think the VS code extension has a pause button on the info buffer. I couldn't find this functionality, so added some quick and dirty advice to accomplish the same...

It would be great to be able to check the type of rendering applied to a given lettering (whether it was stroked, filled, used as clipping, etc.)

enhancement

Using the `PIL.Image.transform` QUAD method, we could apply the CTM to the image data, extracting a screenshot view of the image.

enhancement

There's already a commented-out section of code for roughly dealing with images where the BPC is 2 or 4. However, there may be a more efficient way by 1. Submitting...

enhancement

Need to add some unit tests!

bug