Jan Peterka
Jan Peterka
It is common practice for WYSIWYGs to start list when I insert "-". Could it be implemented here? (Possibly the same with sorted lists and "1.")
**Background:** I'm managing data in our company, and one of the use cases is exporting data to google sheet. Other persons are allowed to work with those spreadsheets, which sometimes...
v0.42.0 I edited metadata of Model, and it's not reflected in notebook (one column is, others are not). If I use those presented, I get error. ...
Recently I stumbled on problem with speed when using daru, and found that a way to speed things up was to do more work in database - namely group and...
Hi, I have code: ```js export default class extends Controller { (...) #someprivatemethod(){do_something} } ``` but on formatting, `#someprivatemethod` is changed to `# someprivatemethod`, which breaks code. It was [fixed](https://github.com/beautify-web/js-beautify/issues/1734)...
Hi, I started to play with this, and I stumbled on missing `filter` and `group` support. Filter is not so needed, I was for my case able to solve that....
Hi, I'm surprised there's no support for Apple ID. Is there some reason for that?
I stumbled on problem with speed when using daru, and found that a way to speed things up was to do more work in database - namely group and aggregate...
I recently ran into an issue with decorators. I have the following code (modified for simplification): ``` class RecipesView(FlaskView): decorators = [login_required] def before_request(self, name, id=None, **kwargs): print(current_user.full_name) def index(self):...
We were using some fields that Google API provides us with, but that weren't in this controller. So I'm adding these