Zenéixe
Zenéixe
Would it be difficult to have multiple storages working?
How's this code not working? ``` let mut window: Window = WindowSettings::new( "spinning-square", [200, 200] ) .opengl(opengl) .exit_on_esc(true) .resizable(false) .build() .unwrap(); ``` I added `.resizable(false)` but the window is still...
Hi, since we are importing several apps to the same redshift DB, we want to import them to separate schemas. If you're interested I've worked on a quick implementation https://github.com/carwow/postgres_to_redshift/commit/688040b7a5dc62ae874264c491e40c16758e2ddd
When we try to import a record we get this error during plan: ``` ╷ │ Error: record not found │ │ failed to find DNSimple Zone Record in the...