Pepijn Olivier

Results 13 comments of Pepijn Olivier

I ended up working around the issue by defining the field with just the root array json path (eg `$.items` rather than `$.items[?(@.type=='Food')]`) and using a wrapper component to handle...

On quick glance it seems like maybe we can add this logic here: https://github.com/mdbootstrap/perfect-scrollbar/blob/master/src/update-geometry.js#L56 @mattonit I saw you updated the logic there a few weeks ago. Can you confirm this...

@mikeerickson Not exactly the same issue, but it goes to show that the `required_with` function does not work as expected. Sample code: ``` const valueMap = { "function": null, "first_name":...

Would also love to have this feature @chasestarr Is there some way we can extend the table component to add this functionality ?

@arturtr Where can I find documentation on this? Specifically, I am interested in handling events externally. Use case: I would like to call an external command whenever a message arrives....

I named my python script `tiktoken.py` which is what gave the error. I renamed it and it works now

@micalevisk @kamilmysliwiec Thanks for the fast responses! You guys are correct of course. > maybe because it's skipped while reading? This is definitely it. 🙂 All I wanted to do...

@rpijpers Agreed! Sure, I'm willing to accept a pull request for this. :) I suggest the following change (out of the top of my head): - Add an extra config...