Alberto

Results 12 issues of Alberto

I'm trying to set `position: fixed` to a `.grid__item.two-sixths`, however the column will go to the bottom of the page, and the other one (`four-sixths`) will float to the left....

I would like to try tasknc on a Mac, but I'm getting an error with `make`. ``` clang: warning: -lncursesw: 'linker' input unused when '-c' is present tasklist.c:343:43: warning: format...

bug

**Description** When running `tsuru install-create -c config.yml` on my local Mac with this config.yml (`` is the IP address of a Debian 10 machine): ```hosts: core: size: 1 driver: options:...

bug

## Describe the bug Rendering arwes components where the props are defined based on stateful values is causing problems. To be precise, the elements seem to retain prop values that...

type: bug
package: core
priority: medium

Hello there, Thanks a lot for making penumbra! I know this project is not very active at the moment. I just wanted to know whether penumbra supports normal maps in...

Hey! Setting up the react three fiber example will not work with the latest version of three js (0.154.0). `PlaneBufferGeometry` (and others) [was renamed to `PlaneGeometry` in this version](https://github.com/mrdoob/three.js/pull/26175), so...

Hello! I'm trying to use tiny-ecs with the [Playdate SDK](https://sdk.play.date/1.12.3/). However every call to `tiny.require*` fails with: > tiny.lua:126: bad argument #⁠2 to 'loadstring' (number expected, got no value) This...

Hey there! Is there a plan to support Typescript? The original library already has types at @types/zdog. I would help but I'm not sure how to tackle it.

Hey! First of all thanks a lot for making this available to all of us :) I'm trying this plugin on a UE5.1 project, and everything works correctly (including packaging...

Hey! I am trying to use the new decorators in this way: `.swcrc` ```JSON { "$schema": "https://json.schemastore.org/swcrc", "jsc": { "parser": { "syntax": "typescript", "decorators": true }, "transform": { "decoratorVersion": "2022-03",...