François A.
François A.
https://github.com/fallais/tweg
This is just a description and a translation of your great work @holloway ;) I discovered your tool thanks to a **rootme** challenge. That being said, I had a couple...
Any update on this topic please ? I am also looking at *good practices* about errors handling in Cobra. The `RunE` seems to be really good, but the fact that...
+1 (x1000)
Hi, thanks for helping me. Here is my service, you will understand better. ```ts export class EventService { private eventsURL: string = environment.baseURL + '/api/private/events'; constructor( private http: HttpClient )...
Yeah... crazy.. Any idea on where I could investigate ? oO
I am using *postgres* driver
Good advice ! :) I have this error : `[DebugSqlizer error: not enough placeholders in ..........`, but the update is working.. except that field that cause me an issue. How...
This is the full request : `UPDATE issues SET description = '', title = 'xxx', workflow_created_at = '2021-01-19 07:50:13 +0100 CET', workflow_created_by = 'xxxx', workflow_c_analyzed_at = '0001-01-01 00:00:00 +0000 UTC',...
The error was due to the placeholder bug of the debugger : https://github.com/Masterminds/squirrel/issues/116