egorovd
egorovd
Hello. I turned on Lua support today and got the error: **Plugin error** Plugin 'Lua' (version '1.0.127') is not compatible with the current version of the IDE, because it requires...
``` erlang -module(json_t). -record(json_t, { name :: binary(), age = 0 :: pos_integer(), spouse :: #json_t{} }). -record(json_t2, { name :: binary(), age = 0 :: pos_integer(), spouse :: #json_t{}...
### Issue Error start 'pouchdb-browser' in SharedWorker ### Info - Environment: browser - Platform: Chrome - Adapter: indexeddb - Server: none ### Reproduce I tried to run the 'pouchdb-browser' in...
Hello. Until today, everything worked fine, until the MySQL was updated from version 5 to version 8. And I get this error after any write (INSERT or UPDATE). Who has...