KhoPhi

Results 10 issues of KhoPhi

This is what I get: ``` .medium-6.columns label | Arrival input(list='arrival', type='text', placeholder='Arrival', required='', autocomplete='') datalist#arrival select(name='arrival') option option(value='individual') Individual option(value='organization') organization ``` When I put in this: ``` Arrival...

minor bug
deferred

I currently have this in my `auth.tsx` file, and it works fine ``` import fetchIntercept from 'fetch-intercept'; export default fetchIntercept.register({ request: function (url, config) { // Modify the url or...

An extract from my nginx error logs. It happens when I try to open this url: https://radius.example.co/rep-batch-details.php?batch_name=5_5Cedis_Bundle Any idea why? Am I doing something wrong? ``` 2016/12/19 11:54:24 [error] 4845#4845:...

Going through the issues, some are less of an issue/bug specific to Ollama, and more of asking for help and or discussion.

When I do this http://localhost:1337/images/052f24e0d2ee40d094d7c38a6d517aa7?size=100x100 I get this: ``` { CastError: Cast to ObjectId failed for value "052f24e0d2ee40d094d7c38a6d517aa7" at path "_id" for model "UploadFile" at new CastError (/home/khophi/Developments/Strapi/Photog/node_modules/mongoose/lib/error/cast.js:29:11) at ObjectId.cast...

question

Is it possible to output to a new file after replacement? If so, please enlighten.

Here's something I have: ``` {% csrf_token %} {% bootstrap_form userform %} {{ formset.management_form }} {% bootstrap_form formset %} ``` I get the error: `Parameter "form" should contain a valid...

Authorize Google Cloud Storage with an environment variable like this: `ENV GOOGLE_APPLICATION_CREDENTIALS=/keyFile.json` How exactly? Systemwide env or env specific to cockpit?

OS: windows 10 Browser: Brave (Version 1.23.71 Chromium: 90.0.4430.72 (Official Build) (64-bit) the ffmpeg command `ffmpeg -i myfile.mp4 -i watermark.png -filter_complex "overlay=(W-w)/2:(H-h)/2" temp.mp4` where `myfile.mp4` is about 100Mb of size...