Results 24 issues of Bastiaan

Hello, I've build an 'addOuput' method so you can add multiple rows to the output. This for adding in run job sub-statuses. If you want, I can make a pull...

new-feature

Hello, I'm starting with ML and trying to predict stock trend up or down based on stock history. There are two challenges which I cannot seem to solve at the...

question

Hello, We are building an app where we need to have a separate CORS configuration per route. ``` GET /api/forms/{form} POST /api/forms/{form} ``` Depending on the form ID we need...

### Expected behavior When exporting an CVE report, the file should contain information regaring the host and it's detected CVE's ext. ### Actual behavior When we export an CVE report...

bug

Hello, Could you please update the packigst package so it includes this [pull request](https://github.com/beyondcode/laravel-dump-server/pull/46). Thank you very much!

Hello, I'm trying to get this plugin to work with MySQL. I can't seem to find which field names should be use for the 'start' and 'end' of an event....

With Grafana 7, when I add a graph and select the JSON datasource to the grafana-rrd-server I get an error saying: `Expected response data to be array, got object.` With...

If I add php code inline which is not sticked against the httml code, it will be wrongfully indented. This gets indented far away from it's original position. `

Hi, I would like to create a middleware to check if an incoming request has already been authenticated by our IDP. Does anyone know how to accomplish this? Kind regards,...

Hello, I've got authentication working when going to `/saml2/login`. I want to redirect unauthenticated users automatically to `/saml2/login`. In the readme there's a section about the `unauthenticated(...` function in `app/Exceptions/Handler.php`,...