techfg

Results 61 comments of techfg

@jamietre - I've never used GH Pages before but from some quick reading, it looks like you can enable GH pages in this repo via Settings and just target a...

@Itsaadarsh - I believe @jamietre is indicating that he'll push the existing website code in to a branch in this repo (e.g. branch: `old-website`). Additionally, I believe he is the...

@jamietre - Awesome, ty! I've never used GH pages either so will be learning experience for both of us. From what I've seen/read, most repos that have GH Pages enabled...

Agree with @jamietre, I think the "key" here is to replicate the content not the code. The look & feel of the new site can and should be completely different...

If I'm understanding correctly, this is likely related to #647.

As of 3.0.8, the following code should return results filtered by partitionkey: `var query = client.CreateDocumentQuery(url, new FeedOptions { PartitionKey = new PartitionKey("specials") }).AsDocumentQuery();` In 3.0.7, it would return results...

Hi @rapha2 - It appears that your original questions were answered, and you opened #159 for your most recent question so closing this and will address your second question there.

@Chheung - Thank you for reporting this issue. It has been resolved in [v1.6.0](https://github.com/jamietre/ImageMapster/releases/tag/v1.6.0) which was just released.

> Can I ask for a PR with tests showing the failure to simplify our reproduction of the issue. https://github.com/BuilderIO/partytown/blob/main/tests/integrations/gtm/index.html I believe there might be multiple issues going on here....

@vladetsky - This is great, thank you! I had created #492 which is a simplified version of the `multiple tabs` issue given this issue (#202) is related to GTM and...