bdbch

Results 202 comments of bdbch

For this I propose to use lowdb since it's easy to use and not depending on any server setup (mongo, etc.) https://github.com/typicode/lowdb

Could also use sqlite3

You should bind a script to your links, where you refresh the colorbox like in @jackmoore 's code.

@markusfalk I think changing the page destroys all colorbox-divs which are necessary for colorbox to trigger itself. They just need to be refreshed after switchting pages per js.

This should be easy to implement with codemirror. https://codemirror.net/demo/search.html

@hooahest we could filter out users but in general I'd be against that since by filtering stuff out we can't find bugs like this without a big portion of luck....

@howardchung what do you think about using a GraphQL server for more dynamic access to fields on the core server? Could be a bigger project but would allow us to...

What's the status on this? GraphQL brings a lot of useful features in for developers like GraphQL schema types, fragments, the option to query what you need and much more...