Tyler Hallada

Results 15 comments of Tyler Hallada

@IGBC I tried running your program but I get a whole bunch of errors if I try to run anything more complex than `ls`. Looks like you are just piping...

For anyone looking for a solution to this, I was able to get true color mosh working on my chromebook with [crouton](https://github.com/dnschneid/crouton). Once crouton is set up, enter the chroot,...

While the type signature for `Editable`'s `placeholder` is string, you can still pass in a React component there. That is what I have done to override the placeholder styling. E.g.:...

Just following up on this, I ended up removing Nx because it was causing a lot of issues with terraform. Instead, I went with the monorepo structure suggested in https://github.com/martpie/monorepo-typescript-next-the-sane-way...

Any update on this?

Hopefully this will help someone else... I was having the same problem, so I tried to install Curses:UI like @sidzwans pointed out (thanks btw). But, I got a compilation error...

I am seeing a similar error using Next.js but only in development mode: ![Screen Shot 2022-10-03 at 2 18 30 PM](https://user-images.githubusercontent.com/1505923/193649798-dd5ec984-ab57-4821-a1a8-ea308611a4f5.png) ![Screen Shot 2022-10-03 at 2 18 42 PM](https://user-images.githubusercontent.com/1505923/193649801-f6b7f845-f95f-42c4-858d-6fcba45bf6ce.png) I...

I was getting a weird issue with a very long `schema.prisma` file where highlights on model fields were sometimes not getting colored until I moved my cursor above or below...

I'm also getting this warning because I'm loading the Google Maps API via a script tag in the header of every page of my application: ``` ``` I'm doing this...

@oroulet Not sure what you are asking... what does that have to do with this issue? I don't think the .deb file includes any dependencies.