Sergei Shitikov

Results 9 comments of Sergei Shitikov

We are using postgres for our project, so it doesn't have bit_count method. I did custom function for that: ``` CREATE OR REPLACE FUNCTION hash_distance(hash1 varchar, hash2 varchar) RETURNS integer...

Faced with the same issue. If I set app locale to differ than default, I've got exception when trying to edit some other language. For example: my current lang is...

I investigated this problem and could resolve it. For me it was connected with those fact, that I set locale depending on user's preferences. I'm using middleware which checks user's...

@Magarif I have the same issue. I fixed it by adding route prefix for this route group to my fork. You can look here: https://github.com/rw4lll/nova-translation/blob/master/routes/api.php. At first sight it works...

Faced with the same problem. In my case scss block in single file components was not extracted. After some investigation, this workaround has helped me: `.js('resources/js/tool.js', 'js').vue({ extractStyles: true, loaders:...

> The icon shows up in the extensions toolbar, and the icon lights up when I load a livewire-enabled page. However, when I open Chrome Devtools, Devtools itself just sits...

Hi @kristiyan-velkov, great guide! I was wondering if there’s an example app repository that goes along with it? Usually, Docker guides come with something to clone and run — like...

@kristiyan-velkov great guide! LGTM. I have a few minor concerns about the example app. I’ve cloned it and tried running the wizard, but it didn’t seem to work. I think...