Tharindu Sathischandra
Tharindu Sathischandra
pgloader fails with a fatel error when trying `pgloader `. - [x] pgloader --version ``` pgloader version "3.6.3~devel" compiled with SBCL 2.2.4 ``` - [x] did you test a fresh...
### Related problem When the output of a shell command is longer than the height of the terminal window, what we have to do is scroll the terminal up until...
Sourcing `vte.sh` using `source /etc/profile.d/vte.sh` command inside the terminal works as expected.  But, when it is done inside `.bashrc`, the oh-my-bash is not working.  I'm not sure whether...
First, thanks for this telegram-bot-api, this is the bot api node wrapper I was searching for and its great! However it is better if we could have typescript definitions. Are...
Some auto generated custom-completion files have syntax errors. As an example the `git.nu` has syntax errors in following locations: https://github.com/nushell/nu_scripts/blob/7d5c2f0a2e004b10727cdd6a0a5a0911cc54de9c/custom-completions/auto-generate/completions/git.nu#L1 https://github.com/nushell/nu_scripts/blob/7d5c2f0a2e004b10727cdd6a0a5a0911cc54de9c/custom-completions/auto-generate/completions/git.nu#L785-L789 https://github.com/nushell/nu_scripts/blob/7d5c2f0a2e004b10727cdd6a0a5a0911cc54de9c/custom-completions/auto-generate/completions/git.nu#L1450 Related: #256 #257
Thanks @lostintangent for providing us this great extension. However, it would be great if I could use this extension on github web editor too. Is there any possibility to add...
How can we use this in online compilers that don't have the option to add multiple files? Is this library can be accessed with another method?
Can we use polymorphism features like oneOf, anyOf etc with Springfox? ``` @ApiResponse( content = @Content( mediaType = MediaType.APPLICATION_JSON_VALUE, schema = @Schema(oneOf = { Bird.class, Cat.class })) ) @PostMapping( path...