Emanuel Calvo

Results 10 issues of Emanuel Calvo

Added gitlab into the stock of social network list.

Added Gitlab emoji to be displayed alongside other social media.

According to the [MS SQL Server CREATE TABLE definition](https://docs.microsoft.com/es-es/sql/t-sql/statements/create-table-transact-sql?view=sql-server-ver15), REFERENCES should accept either specifying a column list or empty list at the column constraint lexer: ``` -- column_constraints create table...

tsql

Changing the organization name `chef` to `bento` fixes the `Vagrantfile`, however I implemented an image using _Centos/7_. I can work on a pull request (the code is working and already...

Added in a different module just to add more modifications in the future.

innodb_space does not support yet InnoDB FTS indexes. ``` emanuel@3laptop ~/sandboxes/rcsandbox_mysql-5_7_9/node1/data/test $ innodb_space -I test/oe_email -T test/Emails -s ../ibdata1 index-recurse /var/lib/gems/1.9.1/gems/innodb_ruby-0.9.13/lib/innodb/system.rb:213:in `index_by_name': undefined method `[]' for nil:NilClass (NoMethodError) from /var/lib/gems/1.9.1/gems/innodb_ruby-0.9.13/bin/innodb_space:1730:in...

feature-request

When pulling items over non-existent q_name, long execution queries with `blocking` enabled will hold unnecessary locks and introduce noise in the LISTEN/NOTIFY. LISTEN/NOTIFY mechanism is nicely explained at [Listening connections...

### Use case Right now, Earthly includes a set of labels at `SAVE IMAGE` that are not related to the build itself: ```go labels := map[string]string{ "dev.earthly.version": version.Version, "dev.earthly.git-sha": version.GitSha,...

type:proposal

This commit adds a shortcode for collapsable markdown items. ``` {{< details summary="A summary" >}} Markdown content {{< /details >}} ```

### What happened? The below statement is valid in the SQL Server flavor: ```sql INSERT [ScoreBoard] (username, points) SELECT TOP 1 username, CAST(ROUND(RAND()*100,0) AS tinyint) FROM Users ORDER BY NEWID()...

bug