Thomas Chiantia

Results 34 comments of Thomas Chiantia

Will the solution allow using MDC sass mixins with MWC? Or is the solution going to be wrapping all of MDC functionality with a unique wrapper API? I vote for...

I use I3 tiling manager. I notice strange behavior with both kitty and alacritty. My issue is that when I resize into a small terminal, my terminal becomes nearly unresponsive....

@nartc This artical worked for me but I had to modify my webpack.config slightly here: ``` module.exports = { module: { rules: [ { test: /\.scss$/, loader: "postcss-loader", options: {...

I gave up trying to figure this out. I have a monorepo with a root `tsconfig` that has `paths` configured for each sub project, so I can import the project...

I was pissed when I saw 21G cache. Boy was I let off easy

i see lots of memory errors from just basic example on the README. Are these errors from the OS implementations or from the webview abstractions?

my behavior is similar. the dot will not trigger completion unless i do dot + space. Then completions will come. Also trying to manually trigger the completion will not redraw...

make sure to slap a big fat rust logo on it

I gave a quick try to resync with the master branch but i get some compile errors now. so i probably won't be able to fix them unless i need...

I'm trying to connect to a websocket created by nodejs "socket.io" library. I'm not sure if this is supported. However, running your diagnostic command i get an output like: ```...