Marcus Williams

Results 41 issues of Marcus Williams

### Tell us about the problem autocomplete works fine unless it's inside a modal. when used inside a modal the SuggestionView isn't displayed ### Which platform(s) does your issue occur...

bug
autocomplete
os: ios
severity: medium
backlog
modal

Is there a way to remove labels from fields? I know I can override them to be blank but I'd like to not output on certain fields

Hello, just looking into using this module but I'll be using graphql rather than the rest api. Just wanted to check if it will work in particular with Incremental Static...

enhancement

This adds a hook after successful on-demand revalidation. This is useful if you then need to clear a cache such as cloudfront.

enhancement
area: next module

I was hoping I'd be able to use the GLTFStructureLoader in a node js app using the following ``` const { GLTFStructureLoader } = require("@react-three/gltfjsx"); const fs = require("fs/promises"); const...

when running `npx gltfjsx scene.gltf -t -T` I'm getting this error ``` Error: maxMemoryUsageInMB limit exceeded by at least 256MB at requestMemoryAllocation (/node_modules/gltfjsx/node_modules/jpeg-js/lib/decoder.js:1064:13) at prepareComponents (/node_modules/gltfjsx/node_modules/jpeg-js/lib/decoder.js:601:13) at constructor.parse (/node_modules/gltfjsx/node_modules/jpeg-js/lib/decoder.js:756:13) at...

Hello I having issues trying to get text to render correctly, not sure if it's a limitation of this library or if I'm do something wrong. The problem is that...

``` error: TypeError: Cannot set property 'owner' of undefined at module.exports (/node_modules/sails-permissions/dist/api/policies/RolePolicy.js:43:34) ``` This doesn't seem to work ``` if (!_lodash2['default'].contains(['update', 'delete'], action) && req.options.modelDefinition.attributes.owner) { // Some parsing must...

If I put the following in my own UserController permissions seem to be ignored and a user making a request to /user can see all users ``` module.exports = {...

On sails 0.12.0 I'm getting the warning > a promise was created in a handler but was not returned from it which I believe is due to the policies Promises...