Oleg Gun
Oleg Gun
FacadeModule seems to be redundant. I was not patient enough and migrated this module to nest8 a long time ago. As a part of the migration, I got rid of...
``` variable "domain_name" { description = "The domain name" default = "example.com" # use real domain } variable "aws_region" { description = "The AWS region things are created in" default...
## Expected Behavior Show package version in lerna la --graph output ## Current Behavior There is no package version in output of lerna la --graph, while lerna la has it
# Question So I was playing around and ended up with this code ```ts import React, { useRef } from "react"; import { findNodeHandle, View } from "react-native"; import {...
occures on page with facebook comments plugin unstalled Chrome Version 54.0.2840.98 (64-bit) uMatrix 0.9.3.6
Hello there! Thanks for nice module. I think it would be good to have healthcheck indicator for redis same as we have for typeorm
we have the same problem with the process.env and webpack. Webpack replaces process.env.VAR with value and can't do that properly when it obfuscate to process[_0x3ab67a(0x74)][_0x3ab67a(0x6b)]); ## Expected Behavior `process.env.VAR` is...
**🧐 Motivation** There is a number of games with gene sequences mechanism like CryptoKitties, DeRace, and Axie. Imagine I have a Kitty with rare genes and I want to breed...
Please remove 2 restrictions from ERC721Consecutive 1 minting with the _mint function https://github.com/OpenZeppelin/openzeppelin-contracts/blob/v4.8.0-rc.1/contracts/token/ERC721/extensions/ERC721Consecutive.sol#L98 2 minting in the constructor https://github.com/OpenZeppelin/openzeppelin-contracts/blob/v4.8.0-rc.1/contracts/token/ERC721/extensions/ERC721Consecutive.sol#L72 https://eips.ethereum.org/EIPS/eip-2309 says nothing about restrictions, only about event These restrictions make...