-
Recently we were asked to deploy Metanorma to a web location so that people can directly upload an adoc file (or a zipped directory) to generate Metanorma output, rather than have to install Ruby and …
-
For purposes such as the `jobs` table (#3115, #3231) and a slow query log (#2238), it's necessary to display ReQL queries in a form comprehensible to the end user. This is tricky because of the offic…
-
All negative DECIMAL, NUMERIC and DECFLOAT numbers in result sets are truncated to negative integers in fetch_array, fetch_assoc, fetch_object. The problem does not happen in fetch_row/result, where …
-
I am currently able to create an empty record (which is seen in Airtable by a new empty row) with
@record = Airtable::Record.new()
@table.create(@record)
but whenever I try to create a record with so…
-
It's been a while since the last release and I know folks are keen for a new one. I'm currently tracking/working on the following, some of which are much easier to fix than others but this issue shoul…
-
I'm using Windos 11 and ruby 3.0.4p208 (2022-04-12 revision 3fa771dded) [x64-mingw32]
The source file (sample.rb) has only one line:
puts 'Hello world'
When I run the file with the interpreter …
-
@KevinMulhern mentioned in another issue that the final project could potentially be replaced to something less daunting.
I'm personally in two minds. One the one hand you need to challenge yoursel…
-
Installing and using the tool with Ruby 2.7.0 throws the following error:
```ruby
$ git_stats generate
Traceback (most recent call last):
23: from /home/danysk/.gem/ruby/2.7.0/bin/git_st…
-
SimpleCov tries to [automatically determine the test framework / tools](https://github.com/simplecov-ruby/simplecov/#notes-on-specific-frameworks-and-test-utilities) being used based on process name a…
-
# Writing Our First Program: "Hello World!"
As I mentioned earlier, "Hello world" is a staple of web development. It's a program that every new developer will write at least a dozen times, and we're g…