Lee Conlin

Results 17 comments of Lee Conlin

I would say that in the absence of config to the contrary you should default to shared throughput.

Maybe something to add as an improvement since Google are depreciating the app secrets?

ApplicationUser should not be used in the Domain layer as it's an Application specific class. The domain shouldn't care about users or authentication. Instead, you pass the user ID to...

I'd prefer if it simply worked with the existing `if DEBUG` syntax

Also seeing this issue on a clients Kentico install with the latest KInspector.

Nope. I just follow the install instructions on a brand new vite/vue3 app to see how it works before using it in a production app. Here's my package.json ```json {...

```js import { defineConfig } from "windicss/helpers"; import formsPlugin from "windicss/plugin/forms"; import typography from 'windicss/plugin/typography'; export default defineConfig({ extract: { include: [ "index.html", "./**/*.vue", ".yarn/unplugged/tailvue-virtual-96e2bcddb9/node_modules/tailvue/dist/tailvue.es.js" ], }, shortcuts: { "btn":...

I now have this in the windi.config.ts. Same issue persists. ```js import { defineConfig } from "windicss/helpers"; import formsPlugin from "windicss/plugin/forms"; import typography from 'windicss/plugin/typography'; export default defineConfig({ extract: {...

I actually deleted that file (all the default CSS files actually) after installing windicss. ![image](https://user-images.githubusercontent.com/1023581/194174902-b3e74101-1a33-4ec5-9dee-4f85382d03dd.png) The only CSS file I can find included is the one from windicss... ```typescript //...

Same issue here. Also rolled back to 4.5