Patrick Yan

Results 7 issues of Patrick Yan

I copied the example, but it didn't work. I needed to add ``

When trying to submit on the frontend: ``` Fatal error: Class 'extension_subsectionmanager' not found in /xxx/extensions/subsectionmanager/fields/field.subsectionmanager.php on line 696 ``` The data is actually saved though.

**OS** macOS 12.6 **Gmail Desktop Version** Version: 3.0.0-alpha.35 (dev) **Describe the bug** Clicking a mailto link results in a blank new email without any fields filled in. **Steps to reproduce...

bug

**Describe the bug** After you make a poll, you cannot input your own times. If you try to go to the link, it takes you to the edit page rather...

enhancement

``` error - ./node_modules/@vespaiach/axios-fetch-adapter/index.js:2:0 Module not found: Package path ./lib/core/settle is not exported from package /.../node_modules/axios (see exports field in /.../node_modules/axios/package.json) ``` Line 2 it's complaining about https://github.com/vespaiach/axios-fetch-adapter/blob/main/index.js#L2 Using -...

I can filter using datasources and in the admin interface with the query string `?filter%5Bdates%5D=end:%20earlier%20than%20today`. But using SymQL `->where('dates', 'end: earlier than today')` does nothing (does not filter results).

bug

See error below ``` File "/app/.heroku/python/lib/python2.7/site-packages/datatables/__init__.py", line 138, in _json query = self.search_func(query, str(search["value"])) UnicodeEncodeError: 'ascii' codec can't encode character u'\xe7' in position 4: ordinal not in range(128) ``` Only...