trohsb

Results 8 issues of trohsb

WAV header, first 44 bytes of file, is included in the data which then goes on to be used to generate mfcc's. ``` def buffer_to_audio(buffer: bytes) -> np.ndarray: """Convert a...

Is it possible to replicate the following with this library? `SELECT ST_AsText(ST_Buffer( ST_GeomFromText( 'LINESTRING(-105.279057455338 40.0157700624913,-105.279021664612 40.0158066914082,-105.278825611896 40.0158601679504,-105.278177942238 40.0159837172032,-105.278111222289 40.0159908418209,-105.277966634459 40.0158862356693,-105.277770665563 40.0153484527617,-105.277472353629 40.0144385971722,-105.277516023345 40.0144085899588,-105.277577546514 40.0144604739395,-105.277956073261 40.0147031300363,-105.278068055488 40.0147474703041,-105.27818380957 40.0148268469272,-105.278272909201 40.0148850173352,-105.278353710748 40.0149219815282,-105.278412719346 40.0149662379769,-105.278506848119...

question

Is it possible to limit the total size of cached files to say 512MB and then delete tiles based on last accessed timestamps when space is needed?

I have data which is based on an enumerations. Examples are ON, Off and CONNECTED, DISCONNECTED. Given the following data I'd want to plot a stepped graph where the x-axis...

Steps to reproduce: 1. Go to Add/Del demo https://leeoniya.github.io/uPlot/demos/add-del-series.html 2. Zoom the chart. 3. Click the 'Add Series' button. 4. Chart will reset the zoom. Is there a way to...

question

Hi, I'm performing encryption and dectryption with AES/CBC/WITHCTS. If the data is less than 16 bytes, a block, then I get the following error: `javax.crypto.IllegalBlockSizeException: need at least one block...

Is there a plan to support the Raspberry Pi Model 5?

enhancement
awaiting-feedback

I've been trying to get this working on my Raspberry Pi CM5 + CM5 IO Board. I log in via ssh and execute the following ``` export XDG_RUNTIME_DIR=/run/user/1000 export WAYLAND_DISPLAY=wayland-1...

help-wanted
awaiting-feedback