François M.

Results 88 comments of François M.

@steven-omaha @polygamma Would it be possible to replace `cower` with a native solution as seen in https://github.com/polygamma/aurman/issues/35#issuecomment-396384194 :)

@polygamma Sorry I was a bit confused; I was just asking if it would be possible and if `cower` could be ditched, because you suggested `cower` as dep later. Now...

In case some of you question where to change this: `/etc/ananicy.d/ananicy.conf`

@alr46664 @Nefelim4ag Any update on this? Rules are looking good. :)

Did you install https://github.com/kaltura/nginx-vod-module?

@magic-thomas You need to create that file.

@my1tv I don't know, not running any BSD myself. If nginx (+ vod module) and Laravel works fine on BSD, it shouldn't be a problem.

Thanks for your kind words. :) This project isn't ready yet and I don't have any experience with Heroku. Could you tell me more about this platform?

Reporting the same bug here: ![image](https://user-images.githubusercontent.com/5028905/177040084-5f830fb5-0675-41b2-97af-df913a96b7d2.png)

How should you write `getters`? I'm using this example: https://next.vuex.vuejs.org/guide/typescript-support.html#simplifying-usestore-usage Doing `store.getters['foo/bar']` doesn't work because it returns 'any', how do you type hint these?