bugwheels94

Results 14 comments of bugwheels94

Hi, This bug is very problematic and defeats the main purpose of anyone using code-server in first place. Any update on this?

I am pretty sure that I can still reproduce this bug in 4.0.1 too. Let me know if screen record is needed

mathjs has their own parser, AST etc and all while this library is just a modified version of dijkstra's algorithm. > < == etc symbols i can implement but boolean...

You can use cloneElement in order to avoid wrapping in another component. Though, primitives like number, string etc. needs to be wrapped ``` import React, { ReactNode, ReactElement, HTMLAttributes }...

@taylor-vann I dont think wrapping with block element will give the same CSS(Layouts) to everyone always

oh nice! display: contents will work with primitives, document fragments etc and is just better. I use a custom implementation of createReactComponent and I will try contents as I dont...

Hi, Thank you for the PR! Commit messages are not in proper format atleast one message should be fix: floating point After the above message, CICD will only trigger

oh thanks! previously i was not using rollup and TS and publishing src directly but now with rollup n babel it really can be removed. Thanks! I will remove it...