Alejandro Mery

Results 11 issues of Alejandro Mery

Hi, is there a way to generate a strict client that will warn if the data provided by the server doesn't comply with the specification anymore?

Hi, I'm new to the vue world and I'm trying to use nuxt3@latest + bootstrap-vue-3 (0.0.5) to generate static pages but I haven't found any documentation on how to get...

nuxt

I had this problem with `normalize.css` but it also happens with `systemize` using webpack+sass-loader ```sass @import "systematize"; ``` ``` DEPRECATION WARNING on line 1, column 8 of stdin: Including .css...

hi, could you consider implementing an `Unset()` to zero fields at their default value so they can then be omitted when marshalling?

I use _submodules_ a lot, and by that I mean nested `go.mod` in the same git repository following what some people calls a _MonoRepo_. unfortunately if I run `golds -allow-network-connection...

I'm having a weird problem trying to add your component (1.5.27) to my pnpm/nuxt3 project I created a dumb plugin, `plugins/datatable.ts`, as follows ```ts import DataTable from "vue3-easy-data-table"; export default...

can you please add to the README file the recommended way of selecting the go version?

### Versions nuxt-vite: 0.3.5 nuxt: 2.15.8 vuetify: 2.6.0 ### Reproduction `yarn dev` at https://github.com/amery/nuxt-bridge-vuetify and open http://127.0.0.1:3000/ ### Description this is basically the standard ssr nuxt2+vuetify2 template, but as soon...

bug

### Expected Behavior `yarn prepare` linking `$GIT_DIR/hooks` to .husky when present ### Actual Behavior `yarn prepare` fails because `.git` is a file instead of a directory and still claims success...

bug

### Description sometimes what you prompt and show is not what you send, I have a particular need to ask users for distances in Imperial units (feet' inch") but the...

enhancement