Julio Cesar Torres Cama

Results 26 issues of Julio Cesar Torres Cama

|-a - 10 - b-| Above work fine but forces the entire width How to achieve this? I was working with `a.Left == a.Right ` This way is like SnapKit...

**Describe the bug** Question **To Reproduce** Steps to reproduce the behavior: 1. `npm i @builder.io/sdk-solid` **Expected behavior** - Load types like any module package **Screenshots** ![image](https://user-images.githubusercontent.com/50224521/181628027-0f29c496-6a84-4c41-86e7-f23126068180.png)

P2

I did get *react* work inside lit-element (custom element api) But I'm having issues with this component ;c I can not get this to function inside the shadydom I dont...

## Actual Behavior ![image](https://user-images.githubusercontent.com/50224521/141252579-a2f9177d-8729-4a4c-bd25-aa2f0a15e8fe.png) ## Expected Behavior ![image](https://user-images.githubusercontent.com/50224521/141252692-6f9c20eb-04fc-4c2f-b3b0-108a39dd2b35.png) ## Steps to Reproduce the Problem Or Description ![image](https://user-images.githubusercontent.com/50224521/141252771-35c15b4a-f170-4048-b960-541e9ec1999e.png) ## Specifications - GraphQL for VSCode Extension Version: 0.3.18 - VSCode Version: latest...

bug
lsp-server

I'm using proxy-polyfill and corejs/stable && regenerator/runtime but the read.md returns Undefined ;'c This means that ie11 is not supported? I tried comlink, same error ;'c

Since comlink achive to do the same with redux in a friendly way. I want to do the same with the preact dom, How can I achive this ;c. I'm...

Well, I got issues with empty Query or Mutation classes but got solutions from #18 I got this problem with autocompletion feature. ![Screen Shot 2019-07-20 at 2 12 17 PM](https://user-images.githubusercontent.com/50224521/61583054-6edb7c00-aaf8-11e9-8a91-138874dce033.png)

When there is an observable sometimes we need to pass the subscribe next value to a return of a function. ```rust let a = obserfable::of("".to_string); ``` from reading in https://docs.rs/futures/0.3.16/futures/...

enhancement

from #389 I was thinking that is posible to use with Internet Explorer 11. I've polyfilled proxy with proxy-polyfill and use core-js/stable + regenerator/runtime to solve Symbol and others but...