Raphael Piccolo

Results 35 comments of Raphael Piccolo

hi, i agree on disclosing information about swarm publicly is not so smart, but does the api really allows taking control of the swarm ?

i use this package sinces many months to generate people presentations : description, photos, admin documents, ... pretty nice rendering

Sorry to complain, but I believe that a release candidate "v3.0.0-rc.1" should not be noted as latest on npm. https://www.npmjs.com/package/mysql2?activeTab=versions

ok, i was only reporting. i'll adapt my cicd in any case.

hi ! Take a look on my readme : https://www.npmjs.com/package/node-rtorrent

for information, this package is in use in at least 4 expo libs. ``` ├─┬ @react-navigation/[email protected] │ └─┬ [email protected] │ └─┬ [email protected] │ └── [email protected] deduped ├─┬ [email protected] │ └──...

FYI This is my script to get a swarm compatible compose file from a "docker compose config" It is now in production and working with latest docker compose (2.6.0) (It's...

@designermonkey, @danielporto i provided a script in this thread to "make docker config great again" The other viable way is to set your env from your .env file before deploying....

I just adapted the imports and did those installs : expo install expo-gl expo install expo-pixi App.js ``` import React, { Component } from 'react'; import { Text, View, TouchableOpacity...

hello, this one would work if it wasn't for this other bug wich prevent loading https files : https://github.com/expo/expo-pixi/issues/103 although It may work with http or local file. I'm pretty...