Josue Montano

Results 6 comments of Josue Montano

I wonder if a better solution is to remove the `assert` at https://github.com/virantha/bricknil/blob/master/bricknil/messages.py#L333. @virantha what do you think?

@mischamol @LasseD It seems like the latest Lego BOOST firmware added a new port. Take a look at https://github.com/virantha/bricknil/pull/29.

Adding to @michelsch92 answer, I borrowed Semantic UI's modal rules and applied them to boron modal's: ```css @media only screen and (max-width: 767px) { .large.boron-modal, .medium.boron-modal, .small.boron-modal { width: 95%...

@THPubs I fixed this issue for Drop, Wave and Outline modals in my fork: https://github.com/josuemontano/boron. Hope to make a PR soon. Using that branch, you gotta set a max height...

After reading this thread I decided to try poetry, this is the project I created: https://github.com/josuemontano/API-platform. The development configuration works as expected, but in production running `poetry build` doesn't seem...

Got it. Thanks @bertjwregeer! https://github.com/josuemontano/API-platform/blob/master/scripts/predeploy#L3-L4. Hopefully I can make a cookiecutter out of this soon.