Ollie Monk

Results 42 comments of Ollie Monk

@ZakKa89 I assume you're using react so does this help? ```typescript const CustomFacet = ({ label, options, onRemove, onSelect, onSearch, showSearch, searchPlaceholder, showMore, onMoreClick, }: FacetViewProps) => { return (...

@ZakKa89 for sure, trouble with rewriting the value that is rendered is that it'll screw up the filters but there should be an option to augment what is visually rendered

@sdkevorkian I've found this issue thats been closed, bit late I know but it appears that when using a jpg you can get add the 'path/to/file' route as a string....

@kristian240 I have something similar which you can use very easily ```javascript "only-string-for-t": { create: function (context) { return { CallExpression(node) { if ( node.callee.name === "t" && (!node.arguments[0] ||...

This look awesome, definitely something I'd want to see merged before I start using this plugin. Does anyone actively maintain this repo @stefanjudis ??

Of course! Very easy to do as you said but it would be great to see it merged into master as well.

@micheleriva @Phil-Sime - I have taken over this PR with another one - https://github.com/askorama/orama/pull/747

I'm using the latest version in VSCode and the `editor.action.rename` doesn't appear to work, the default when condition contains `editorHasRenameProvider`, guessing this isn't enabled yet?

Thanks for the follow up @jakebailey, love the teams work!