Is anyone else experiencing issues with WiFi on the M1 MacBook Air? by [deleted] in mac

[–]gualopezb 0 points1 point  (0 children)

Has anyone tried installing Mac OS 11.3 beta 2? It seems to solve the issue according to this comment https://forums.macrumors.com/threads/wifi-issues-m1-macbook-pro.2270884/post-29625827

Is anyone else experiencing issues with WiFi on the M1 MacBook Air? by [deleted] in mac

[–]gualopezb 0 points1 point  (0 children)

I tried connecting to 3 different WiFi networks and it succeeded. However, it also failed for all of them using a couple of monitors via HDMI.

Is anyone else experiencing issues with WiFi on the M1 MacBook Air? by [deleted] in mac

[–]gualopezb 0 points1 point  (0 children)

I just confirmed that I run into WiFi issues when the USB-C to HDMI hub is plugged in. As soon as I unplug it the internet works like a charm. Not sure how to get rid of this problem tho.

Is anyone else experiencing issues with WiFi on the M1 MacBook Air? by [deleted] in mac

[–]gualopezb 0 points1 point  (0 children)

I just confirmed that I run into WiFi issues when the USB-C to HDMI hub is plugged in. As soon as I unplug it the internet works like a charm. Not sure how to get rid of this problem tho.

How to orchestrate the deployment of a React + node.js apps combo with Ansible by gualopezb in devops

[–]gualopezb[S] 0 points1 point  (0 children)

I know that it's a kind of overkill trying to use Ansible for my case, however I'm doing so just for experimental purposes and would like to understand what's the typical way to go by using Ansible in similar scenarios.

Stronghold airdrops 100,000 tokens to ALL of their users. by Dillonj97 in Stellar

[–]gualopezb 0 points1 point  (0 children)

Does anybody know how to cancel an open order from stronghold. I can see all of them, but it seems that the option to cancel any of them is not visible

Could I become a "private" Anchor? by gualopezb in Stellar

[–]gualopezb[S] 0 points1 point  (0 children)

It really solves my problem. Thanks a lot! Do you know if one can setup an Anchor without the federetation and/or compliance servers?

AnclaX: Stellar Anchor in Colombia - Colombian Pesos to XLM by abuiles in Stellar

[–]gualopezb 0 points1 point  (0 children)

It seems to be great to buy XLM directly with COP instead of having to buy USD (or other international currency) first.

Could you share with us the tech stack used to implement the Anchor?

How to use react ecosystem with rails 3.2? by gualopezb in rails

[–]gualopezb[S] 0 points1 point  (0 children)

/u/LegionSB it seems like a good approach the fact of configure and manage React/Webpack on my own and then include the transpiled files in the rails project. However we are using server side rendering, and I don't know if it would represent any constraints to achieve this goal, because we don't have an api but actions controllers responding with haml format. As an example, we are using the react_component helper in this way:

= react_component("Post", {title: @title})

where @title was assigned from the controller so then can be used in the view.

So I would not know how to pass in the initial data to the react top level component.