arvi
arvi
I'm having the same issue. I followed https://meteorhacks.com/extending-meteor-accounts tutorial for custom authentication then did `meteor add accounts-password` package since I want to use Accounts.createUser instead of the normal mongodb insert....
Hello, I've been trying to change the bottom bar as well. I am trying to make the dots pink and the text pink since the background is white also. It...
> I Solved my problem after about 2 weeks facing this issue, turn out my MAC java is java 18 and android studio default run java 11, so i change...
It would be great if Semantic UI has an equivalent for Zurb Foundation's Media Queries :) http://foundation.zurb.com/docs/media-queries.html
Hello @dbhowell, do you have any guide or tips how to do it? I wouldn't want to expose my aws access id and keys on my repository if I do...
I also tried doing something like this, but it's not working: `cloudwatch.js` ```js const { exec } = require('child_process'); require('dotenv').config(); exec( `pino-cloudwatch --aws_access_key_id=${ process.env.AWS_CLOUDWATCH_ACCESS_ID } --aws_secret_access_key=${process.env.AWS_CLOUDWATCH_ACCESS_KEY} --aws_region=${ process.env.AWS_CLOUDWATCH_REGION } --group=${process.env.AWS_CLOUDWATCH_LOG_GROUP_NAME}`,...
Hello @dbhowell, It's okay now after n attempts 😅, I finally figure out how not to expose it without having to set my environment variables one by one before start...
Hello @dbhowell I created a pull request wherein user can also choose loading credentials from config.json or shared ini credentials. I have tried my forked package with these changes and...
@ulver2812 , I already created a pull request of that feature. However, it is not yet pushed by the author. What I did for the meantime is use another npm...
@Exegor, yep, you'd need to add this just below the theme you are using and indicate your preferred font. https://gist.github.com/arvi/af18cbda263f35ba56dc34231c33ca50 Maybe, I'll create a font face add-on package some time...