-
I'm currently trying to deploy to AWS Lambda. I'm using Ruby -v 2.5.8 and `mysql2` 0.5.2 version.
```
FROM lambci/lambda:build-ruby2.5
WORKDIR /var/task
# Install MySQL
RUN yum -y install …
-
Hi! I'm having issues trying to debug test using the debugger. Getting this error:
![Screenshot 2024-06-17 at 16 29 12](https://github.com/st0012/ruby-lsp-rspec/assets/16313890/3c25e878-7464-4893-8b…
-
@hsbt @JEG2 @postmodern @stomar I remembered about [Github introducing team mentions](https://github.com/blog/1121-introducing-team-mentions).
Is it possible (as in, can we actually do this?) to cre…
-
#101 is trying to sort out the parser. Here is some data on the UA styling:
#### [HTML Standard](https://html.spec.whatwg.org/multipage/rendering.html#phrasing-content-3)
``` css
ruby { display: ruby…
-
I have the following code, where I try to 'simple' decompress json lines compressed with streaming compression. When comparing to decompressions from a 'simple' compressed string I mostly get the same…
-
## Expected behaviour
`page_articles` to return paginate based on locale
## Actual behaviour
`page_articles` return every blog
## Steps to reproduce the problem
Here are my config
```
act…
-
The 3.3 previews are now located at https://cache.ruby-lang.org/pub/ruby/3.3/ instead of the https://cache.ruby-lang.org/pub/ruby/. This currently causes:
```
$ rvm get master
...
$ rvm install ru…
-
Just saw the 6.0.0 release -- nice, thanks!
Curious about this ruby version req change - https://github.com/fnando/browser/commit/e54203b13995b4cc6199b521e430427a95ab4579#diff-53ec28e04e87eace119c0…
-
I think one of the potentially biggest DX feature deno could work on next(after finishing up the static doc generator) is a completely revamped debugger/debugging experience, like how Ruby did here on…
-
From the `bundle` output:
Ruby Sass has reached end-of-life and should no longer be used.
* If you use Sass as a command-line tool, we recommend using Dart Sass, the new
primary implementation…