roulendz

Results 8 comments of roulendz

Will you impliment this? So when users register they do not get error?

Hmm, I do not why, but it all time returns disabled ;( I ended using this! ``` function check_premission($user_has_premissions) { if ( Auth::user()->can($user_has_premissions) == 1) { return ''; } else...

Google chrome vue:1.0.26 This is generated: ``` List of Users ``` This is in my view ``` List of Users ``` This is my pacekage.json ``` { "private": true, "scripts":...

Any news on Digital products? Other needs would be: * See download links on the order received page * See download links in their email notification * See download links...

I also have the same problem.

> Hey, I'm getting the following error when trying to npm run `ingest`: > > ``` > /notion-chat-langchain/node_modules/@pinecone-database/pinecone/dist/index.js:172 > throw new Error('PineconeClient: Project name not set. Call init() first.'); >...

As I see, I need to pass href link as variable, because content blocks do not support twig syntax :( https://octobercms.com/docs/cms/content#content-global-variables But I can not figure how to do it,...