Isaac Finkelstein

Results 16 issues of Isaac Finkelstein

I want the row height to be a ratio of the full width but in resize it needs to Ernst how can I achieve that?

I get the following error when using sveltekit ``` __vite_ssr_import_0__.localStorage is not a function ``` this is my store code ``` export const cart = persist(writable({packages:[]}), localStorage(), 'cart') ```

bug
sveltekit
version 1.x

hi I am adding an array with multiple nested object to sort but in the event on sort I get back a couple of undefined objects this is my list...

Hi I have these models ``` class package(models.Model): items = models.ManyToManyField('product.item', verbose_name=_("Items"), related_name="package_items") class item(models.Model): products = models.ManyToManyField('product.product', verbose_name=_("Products"), null=True, blank=True) class product(models.Model): options = models.ManyToManyField("product.option", verbose_name=_("Product options"), null=True, blank=True)...

basically the title, the font is rendering ok but the positioning is completely off, here is how it looks when I open the svg in chrome ![image](https://user-images.githubusercontent.com/46644190/220127456-dc238303-16ac-4c27-8966-2019e7e823af.png) and this is...

bug

### Describe the bug In this component ``` let items = $state([]); function registerItem(item) { console.log(item); } export function action(node, items) { return { update: (items) => { console.log('got update');...

## Question about an existing feature ### What are you trying to achieve? Render an svg with the fonts The fonts are not on the host os (end user can...

question
font-discovery

## Description I am trying to implement a masonry layout using the svelte package but it doesn't align anything, it doesn't even modify the children ## Steps to check or...

bug

### Describe the bug I have the following component ```vue import Vue from 'vue' import Component from 'vue-class-component' import Icon from '../Icon.vue' import { Codemirror } from 'vue-codemirror' import {...

Basically the title, I am using typescript so maybe the types are not up to day but i don't see a way to get the color information for a text