William Arcaya C.

Results 31 issues of William Arcaya C.

PostgreSQL commands: ``` select encrypt_iv('test1','테스트2','测试3','aes-cbc'); select convert_from(decrypt_iv('\x8e9a657e13b64f4111ab1668dc0f5747','테스트2','测试3','aes-cbc'),'SQL_ASCII'); ``` I'm trying to reproduce those commands by using your package: ``` void main(List args) { final plainText = 'test1'; final key =...

Hi! a very good video. I like you deal some tools and give examples with pros and cons. I was reading this article "_The Flutter GetX Ecosystem ~ Dependency Injection_"...

## Description With the **recent update** of `pgcli` there are problems raising when running scripts containing comments at the beginning/ending of scripts. Let's take these two scripts: **db/_scripts/01_demo_run.sql** ``` --Chesu...

I've installed these packages: ``` $ pip install --upgrade pgcli $ pip install sshtunnel ``` I'm trying to run: ``` $ pgcli postgresql://someone:secret1@localhost:4567/mydb --ssh-tunnel anyone:[email protected]:789 ``` I get this output:...

First off, great extension so thanks for your effort. I had installed previously HTMLHint extension in VSC and it worked fine, its feature on autocomplete/autoclosing attributes (example: with "`

This problem is similar to [this bug report](https://github.com/pgmodeler/pgmodeler/issues/883), but in this case the error description is more generic because there is no info about what table is raising that error....

I'm trying to run this app on Linux distro and I get this error message: ``` $ java -version openjdk version "1.8.0_252" OpenJDK Runtime Environment (build 1.8.0_252-b09) OpenJDK 64-Bit Server...

## Components - Host OS: Debian 10 - Docker version: 20.10.14, build a224086 - Docker-compose version: 2.4.1 - Dart container image source: https://hub.docker.com/_/dart ## Structure of my Docker project ```...

I have this request working on a Linux terminal: `curl -X POST "https://my-api.plantnet.org/v2/identify/all?api-key=11111111111111111111" -H "accept: application/json" -F "organs=flower" -F "organs=leaf" -F "images=@images/image_1.jpeg" -F "images=@images/image_2.jpeg" ` As you may have seen...

Hi, this is not an error but a question: How to set default style for an entire sheet or column or row? Is it possible for a range of cells?

enhancement