El Danés

Results 11 comments of El Danés

Thanks for the suggestion, in the end it was me doing it wrong - I was including some objects in a query and not pinning all of them.

@thecodejack ok, but #105 as far as I can see does not expose the inputRef ?

> > @thecodejack ok, but #105 as far as I can see does not expose the inputRef ? > > Indeed, #105 doesn't solves this. > > Notice that I...

@Tal500 @thecodejack Just rebased and removed formatted changes + added props in README

> One thing that I am now afraid about is that when you export the variable `inputElement`, you allow it to be modified by the user (Svelte doesn't have readonly...

@thecodejack You mean like setting the file from outside the component ? You'd have to create another input and through file uploaded there set this input.. Not sure I see...

> I thought about some good compromise. Change the var to be the internal variable `_inputElement`, do not expose it, and use it(and only it). Then, define the following lines...

Hey, Here is what I use for selecting the initial language ``` import { supportedLanguages } from '$lib/constants'; const DOCUMENT_REGEX = /^([^.?#@]+)?([?#](.+)?)?$/; export function getContext({ headers, path }) { const...

@thecodejack Any plans to get this merged at some point ?