Jonathan Sarry

Results 11 issues of Jonathan Sarry

Hi, I used PiBakery V2 with a custom raspbian image from Donkey Car [https://docs.donkeycar.com/guide/install_software/#get-the-raspberry-pi-working](url) and even without any configuration blocks just having PiBakery write the image to the SD card...

Hello, Amazing library. I'm trying to stream wav audio to my server and following the examples and reading some of the issues here I've set up the `MediaStream` and `RecorderRTC`...

Hey so I've noticed that even though the returned collection is a Laravel Collection most of the functions return empty sets. For example: ```php $model= $elasticModel->take(3000)->get(); dd($model->only('timestamp')); ``` Returns ```...

Is it possible using this generator to create nested routes something a long the lines of `user/{user}/post/{post}`?

I think it could be helpful if we could make a kind of example folder for some common resources files. Things like generating a User model or showing how relationships...

enhancement

I've been trying to create a project using the cli tool in a Windows 10 environment and have been running into a range of issues. I'll list the ones I've...

Can you please update the readme to reflect how to get started. What docker commands to use and how to pull the image. The example posted on the spcay website...

documentation
question

I've basically just run through the set up and I cant seem to get the services bound to vue. Any suggestions? Here's my client setup. ```js import Vue from 'vue'...

bug

Hey I would like to test out your work. It looks like a great base for a project I want to create. I was wondering how should the the secrets...

enhancement

The module causes issues if you are trying to use the latest google providers `5.28.0` is out of bounds of the `required_providers` definitions. Getting these errors. ``` │ Could not...