Jan
Jan
It seems like no one is maintaining this repo anymore :/
Hey! Just a note into what I found. My packages are named as `@project/package-name` in their respective `package.json`s. I thought that Turbo is using folder name (aka `packages/package-name`), however that...
Almost 4 years later .... still same thing. How is there actual product build on this (http://pm2.keymetrics.io) considering the state of affairs? 🤔
Experienced same issue, `p38` in name is kinda confusing considering the layer description includes all Python3 versions. Any chance this could be clarified on layer description?
+1 for this, are there any frameworks for HttpApi available?
Heya! is there any movement on this issue? Experiencing exactly same issue (param names including dot have underscore in them once Bref stack is deployed). ApiPlatform makes use of dots...
In order to keep X lambdas warm, you would need to make X invocations, while first response you receive is after you sent the last request. Aka. Lambdas need to...
Heya! I'm having an issue with bundling LibLAS. Reciving following: ``` /opt/homebrew/anaconda3/conda-bld/liblas_1684744643940/work/src/../include/liblas/detail/endian.hpp:96:3: error: The file liblas/detail/endian.hpp needs to be set up for your CPU type. # error The file liblas/detail/endian.hpp...
@mloskot ahh, got it! let me try to convert to PDAL then 😁 might be faster than figuring out build
Using `pdal` from `conda-forge` works all good! Way better experience. Thanks @mloskot