-
As the title says, I receive the following in the error log whenever I attempt to run `db:migrate`:
```bash
ActiveRecord::StatementInvalid: SQLite3::ReadOnlyException: attempt to write a readonly da…
-
When packaging new version of this package for openSUSE/Factory, test test_is_valid_should_not_mutate fails:
```
[ 19s] =================================== FAILURES ================================…
-
Issue #84 - https://github.com/notahat/machinist/issues/84
Same problem for me.
Provided sample code.
-
While testing for #61 I encountered a following crash:
```
Traceback (most recent call last):
File "/home/jkowalski/anaconda3/envs/Pweave35/lib/python3.5/site-packages/IPython/core/history.py",…
-
Version 9.0.0 causes the EAS build to fail:
```
› Compiling react-native-nitro-sqlite Pods/RNNitroSQLite » HybridNitroSQLiteSpec.cpp
› Compiling react-native-nitro-sqlite Pods/RNNitroSQLite » Hyb…
-
### Steps to reproduce
```ruby
# frozen_string_literal: true
require 'bundler/inline'
gemfile(true) do
source 'https://rubygems.org'
gem 'rails'
gem 'sqlite3'
gem('rails-i18n', '…
-
### INFO
**Python Version**: `3.8.16 (default, May 13 2023, 17:18:59) [GCC 8.5.0]`
**Operating System**: `Linux-3.10.108-armv7l-with-glibc2.4`
**Locale**: `UTF-8`
**Branch**: [master](../tree/master)…
-
This is a little obscure, but it's code running in production that was based on this [stack overflow post](https://stackoverflow.com/questions/21850995/association-for-polymorphic-belongs-to-of-a-part…
-
There are ways to get sqlite to push events for perhaps easier and likely more efficient tailing.
From https://news.ycombinator.com/item?id=41285614 re: similar with postgres, sqlalchemy, celery ko…
-
## What went wrong? 😲
Scenario: trying to issue a prescription for an item, that has decimal pack quantity available
- Available Quantity at the top rounds up the number
- When trying to is…