Marty
Marty
> I feel it needs to support dumping unknown fields, I want to use this to validate and populate fields before inserting into a DB but I will have unknown...
Hey @jorgemfm. This is not something currently implemented. The only table view that has a search bar currently is the StackScripts (both account and community). That being said, this is...
Here's my TypeScript solution to cleaning the data FWIW: ```js export const cleanCSVData = (data: any): any => { /** safety check because typeof null === 'object' */ if (data...
this is kinda crazy the in the year 2024, mobile-friendly UI updates haven't been added. came here looking for an answer on this, but it's easier just to migrate away...
> > this is kinda crazy the in the year 2024, mobile-friendly UI updates haven't been added. came here looking for an answer on this, but it's easier just to...
^^ the errors above are because some of the source code is trying to read from tables that don't exist yet. when i got this project running I had to...
actually i lied it's totally possible to get the Dockefile working by forcing a DB init by just copying over the relevant model files (and their dependencies) to the Docker...
i can also PR this fresh again to this repo if this PR isn't being looked at anymore
came here to post this. took a look at my analyics today and saw someone was visiting `mysite.com/route%2F` and got curious and visited myself and saw my site infinitely reloading...
Having the same issue - can't customize anything Vuetify related. Here's my config: ```js import Vue from 'vue' import * as _Vuetify from 'vuetify/lib' import { configure, addDecorator } from...