D

Results 118 comments of D

yep, seeing the same behaviour when trying to create a proxy using vite: ``` proxy: { '/auth': { target: 'https://mysite.com', changeOrigin: true, headers: { 'x-forwarded-origin-host': 'localhost:4200', 'x-forwarded-proto': 'http', }, }...

Would be nice if those 2 functions were similar to how red has defaults to allow overriding without copy/pasting: ```scss // Creates a container object for a light theme to...

Currently using a forked ionic-split-pane to get a swipe/slideable sidenav: https://github.com/xcaliber-tech/ionic-split-pane Which involved a lot of hacking and ripping out random ion dependencies on other unrelated things like ion-nav, ion-button...

Getting this massively. Has anyone found any sort of workaround or alternatives?

I'm having file download issues as well, not sure if it's the same thing. I'm visiting a link that triggers a download like: `somewhere.com/download/en-GB.po`. I'm creating a new page per...

I'm looking at 0.106.0 and I only see 1x file now. Is this fixed?

yep, this is also killing me. We have hundreds of queries and I'm struggling to find where things are actually generated .from. I think they follow a typical naming convention...

would like to add a vote for sequelize. Not sure if there's anything ORM specific or if it would basically be an engine swap

marking as draft for now until I fix the package-lock.json format and stop prettier running (and maybe tests pass). Is the status: 'active' case easy? I feel like it's the...

struggling to get the tests to pass for Sequelize 3 which has some weird prototyping stuff when it comes to spying on findAll (findOne calls Model.prototype.findAll). It's being called but...