Vadim Laletin
Vadim Laletin
If I send message with subject wrapped into ugettext_lazy, PostMark backend falls down with the following error: ``` ... File "/usr/local/lib/python2.7/site-packages/postmark/core.py", line 44, in default return super(PMJSONEncoder, self).default(o) File "/usr/local/lib/python2.7/site-packages/simplejson/encoder.py",...
I found the odd behavior of update handler and merge. Example: ``` const tree = new Baobab(); tree.set('test', {}); tree.select('test', 'value').set(1); // Add update event handler tree.select('test', 'value').on('update', (e) =>...
I caught some problem when I tried to merge the following object with nested monkey: ``` tree = new Baobab({ a: 1, nested: [] }) tree.set(['nested', '0', 'dynamic'], Baobab.monkey(['a'], (a)...
In version 1.x we could access cursor instance via `this.cursors`. Now, it was removed from the documentation. Why? And how to access to cursor instance when we use HoC?
Hello, thanks for the library! My schema looks like: ```js { if: { properties: { fieldType: { const: 'field1', }, }, required: ['fieldType'], }, then: { $ref: '#/definitions/customDefinition', required: ['field1'],...
Hello. I've caught a problem with multi-table inheritance (for example see https://docs.djangoproject.com/en/1.8/topics/db/models/#multi-table-inheritance) When I tried to invoke `bulk_update(Restaurant.objects.all())` I got exceptions such as: ``` column "name" of relation "app_restaurant" does...
### Are you submitting a **bug report** or a **feature request**? Bug report ### What is the current behavior? I got an error when pass initialValues as an array ```...
Hello! Are there any examples of how to use push notifications for the messaging functional?
Hello! I encountered a problem with a video showing. In my experiments, I use two iPhone SE (ios 12.1.4) devices and android emulator (nexus 5x, android 9) Here some of...