I had angular 5.2.11, but today I updated it to 6, so when I try to build, I got an error says : TS2345: Argument of type Error is not assignable to parameter
I have a code to create user with image and username to Firebase v8 and I can't replace it to Firebase v9. Can someone help me? Thank you! import { useState
I have this function function getCollection<T>(collectionType: T): Collection<T> { return new Collection<T>() } and in Collection class I h
I have two dataframes with different sizes and I'd like to merge them. Now I'd like to merge them, that the height values of the first columns are correspondin
I've overriden the test step of automated builds to support DOCKER_BUILDKIT after a bit of trial & error by overriding this step via a custom hook hooks/tes
Originally I wanted to filter only for specific terms, however I've found python will match the pattern regardless of specificity eg: possibilities = ['temp',
I am using telethon to handle a client on a custom app. What I would like to do is show the list of people subscribed to a certain telegram channel. Here is the
I have a database with values with locations points. I want to "draw" a custom map - a warehouse in this case rectagular with rows and columns and walls - and i
Commands follows 511 clear 512 history 513 history -d 505 514 history 515 history -d 507 510 513 516 history 517 history -d 509 518 hi
public class ResitController : ApiController { [HttpGet] public async Task<IHttpActionResult> Resit(string invoiceNo) {