ohmycode

Results 10 comments of ohmycode

@Fooweb do you mean the fixes from the dev build are no longer necessary in your case? I've upgraded my app from ionic-react 5 -> 6 and I'm getting exactly...

I have a similar problem at a different point while loading Ionic (react) in a Meteor project. Meteor by default uses the "module" entry point in the loader package.json, which...

I found another one: Do / DO -> Ddim (would expect C) I understand that the "o" can be used to express a diminished chord, but in this case the...

Thank you @no-chris, and sorry for overseeing it in the documentation. For me that will do the trick! But I still believe that it would make more sense the other...

+1 This is really annoying but could be fixed fairly easily with canonical links. @aavmurphy: Canonical links are for identical **content** with different URLs, and this is clearly the case...

@XhmikosR I don't know what server technology is used to deliver this pages, but a quick fix could be parsing the HTML output and adding the canonical link tag on...

but how are those static pages served to the user? if it's for example apache you could use [mod_substitute](https://httpd.apache.org/docs/2.4/mod/mod_substitute.html) to rewrite them [automatically modifying the response HTML](https://regexr.com/50lu4): `AddOutputFilterByType SUBSTITUTE text/html`...

After deploying I had the same problem following @mongolu advice > I connected to the docker container and did upgrade the langchain package, like this > > ``` > docker...