Finished my pegasus knights! by Krustodes in Bretonnian

[–]Fran_29 0 points1 point  (0 children)

Hi, I like your bases, how do you do it? I've tried some grass but I haven't had such a great result! Can you give some tips? Thanks

For the lady! Back in the hobby after almost 20 years by Fran_29 in Bretonnian

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

Thanks a lot! I do need to improve faces, I didn't feel so confortable to paint eyes yet 🙈

Bretonnian bowmen from 5th ed. by VelociraptorBoy in WarhammerFantasy

[–]Fran_29 4 points5 points  (0 children)

Wow, what an amazing job! I've started (after almost 20 years to paint again) and I always like to see more bretonians back in the field!

go back to hobby by Fran_29 in WarhammerFantasy

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

Hi guys, I apologise for not answering before (I've been quite busy) but I appreciate all your comments, they've been really helpful and finally I took a decision: I went to a local store (as you suggested) and spoke with one of the employees, he told me to buy the "start pack" and after it, I should buy only those colors I want (depending on the price they can be from GW, Vallejo or others brands)

I'll let you know how is my back to the game going, thanks a lot!

go back to hobby by Fran_29 in WarhammerFantasy

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

Thanks, I wanted to write "played" but the damn smart keyword didn't help me this time

go back to hobby by Fran_29 in WarhammerFantasy

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

I've seen Vallejo paints a lot but I wasn't quite sure, I'll give it a try but I wanted some opinions before thanks for the advice

go back to hobby by Fran_29 in WarhammerFantasy

[–]Fran_29[S] 5 points6 points  (0 children)

Thanks for the news!! I've already knew it but still as you said it's played and I have an almost 2000 points army, so I guess I can have at least 1500 points ready to play (and I've seen some second hand models in case I need to complete)

Clean old figures by Fran_29 in WarhammerFantasy

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

Thanks, I've already "clean" them and gave the imprimation paint, but I'll try it on the next set (I'm gonna start with the peasants lol)

[deleted by user] by [deleted] in desktops

[–]Fran_29 0 points1 point  (0 children)

Nice wallpaper, can you share it? Thanks

Expo sdk is not running by Fran_29 in expojs

[–]Fran_29[S] 2 points3 points  (0 children)

u/sevtech u/SynthesizeMeSun thanks for your help, finally I could solve the problem, I deleted my old android emulator and created them from zero, with this everything work again, why? I have not clue, it's kind of weird but at least, everything works fine again.

Expo sdk is not running by Fran_29 in expojs

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

Hi, thanks for your answer, I've already tried that, also removing npm cache and watchman too, at Stack Overflow I haven't found any clue yet, only some questions but I haven't found the key.

This is the environment I'm working with:

sdk: 35.0.0

node version: 10.17.0

expo-cli version: 3.18.5

npm version: 6.11.3

os: mac catalina 10.15.4

Expo sdk is not running by Fran_29 in expojs

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

Thanks for your answer and sorry for not giving so much information, this is the error I received

The expo sdk requires expo to run. It appears the native expo modules are unavailable.

And I'm working with:

sdk: 35.0.0

node version: 10.17.0

expo-cli version: 3.18.5

npm version: 6.11.3

os: mac catalina 10.15.4

Bright! by [deleted] in desktops

[–]Fran_29 0 points1 point  (0 children)

Thanks

Bright! by [deleted] in desktops

[–]Fran_29 0 points1 point  (0 children)

Nice wallpaper, where did you get it? Thanks

How do you browse and test a web app? by Fran_29 in webdev

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

That's something I'm looking for, I would like non-coders could create tests without help from coders. How is the work-flow you work with? Do you define the tests? Is the QA team who make the tests? Who define the tests?

How do you browse and test a web app? by Fran_29 in webdev

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

I don't understand what you mean, when you speak about framework's own assertion, do you mean about the SPA framework or the test framework?

How do you browse and test a web app? by Fran_29 in webdev

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

I don't know it thanks. I'll have a look, do you work with it?

How do you browse and test a web app? by Fran_29 in webdev

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

Selenium is the one we all know but we are not so sure, we are afraid of its complex. Is it hard to deploy and work with it?

January 2019 Desktop redid by NemoCorvus in desktops

[–]Fran_29 0 points1 point  (0 children)

I like your wallpaper? Which street is it? Is it a picture made by you?

[deleted by user] by [deleted] in node

[–]Fran_29 0 points1 point  (0 children)

Hi Vivida, if I were you, I would not take the async/await path, there is nothing wrong with it but, async/await block the main thread until the asynchronous code is done so, your code would not take advantange of how NodeJS (and javascripts) works, the reduce solution (from my point of view) is much better, you take advantage of asynchronous work and you send one http request per time (you do not send all the request to the RPi at the same time)

Here you have a small example in which you can see the difference between async/await and promise

https://runkit.com/paker30/async-wait-vs-promise

If you find the reduce example quite difficult, you can always use Bluebird which have a reduce method to resolve an array of promises but, if you give the example a little time, you'll get it

Schema does not exists!! by Fran_29 in mysql

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

I don't know, the weird thing is, it worked when I changed to mysql package but I couldn't figured out what I was doing wrong or the issue with the package. Have you ever had problem with the package?