Sebastian Fekete
Sebastian Fekete
Enable/disable specific markdown annotations.
Currently I send it this way: ```go raven.CapturePanicAndWait(func() { panic(r) }, nil, nil) ``` Because I have my own handler which also log the panic to the stdout etc. If...
I scan with this class a directory for classes. But getClasses returns an empty array. When I test getFiles it works I get dozens files. I use php7.
``` PHP Notice: Undefined offset: 585 in /var/www/.../current/vendor/zendframework/zend-code/src/Scanner/ClassScanner.php on line 939 Notice: Uninitialized string offset: 1 in /var/www/.../current/vendor/zendframework/zend-code/src/Scanner/ClassScanner.php on line 971 Notice: Uninitialized string offset: 1 in /var/www/.../current/vendor/zendframework/zend-code/src/Scanner/ClassScanner.php on line...
The current builtinPlacements are fixed. Those are nice preset, but I trying to remove the 4px spacing to have a seamless contact between the trigger and the dropdown. **edit:** this...
I really like templ. I hope it have a great future. I have made some notes and thoughts while using it which I want to share now - I write...
Get the following error when try to connect: (go11.5, macos) ~/p/test> sup production echo connecting to clients failed: connecting to remote host failed: Connect("[email protected]:22"): ssh: must specify HostKeyCallback
I noticed that the ```--pg-type``` maps a **pg type** to a **destination go type**. The go type have to implement the ValueTranscoder interface, which are quiet a lot functions. Furthermore,...
Simple example: ```sql create function example() returns int return 13; ``` This is working since postgres 14 - see docs https://www.postgresql.org/docs/current/sql-createfunction.html ``` The same function written in a more SQL-conforming...
## 📚 Documentation The function of some options are quite unclear to me: - Option.layout.autoHideHomeIndicator - Option.layout.fitSystemWindows Some functions are worth explaining better in the documentation: Difference between: - Options.window.backgroundColor...