Coder Social home page Coder Social logo

blog-code-samples's Introduction

blog-code-samples's People

Contributors

denolfe avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

blog-code-samples's Issues

Incorrect path for artifacts

Hi ,

thanks for the article. Just noticed, that the
path in artifacts is: publish/
whereas output for publish is ../publish

So the artifcats are not sent to gitlab.
It should be the output folder updated to publish
as gitlab-runner is unable to fetch from a parent folder(s)

Context Injection with Promise

Hi Elliot, what's up?
I'm contacting you cause I followed this post to get my project done (https://github.com/denolfe/blog-code-samples/tree/master/posts/cucumber-with-typescript).

Everything is working fine but now I need to increase my project and in that case, I'm splitting everything (feature/step definitions folders and files). And here is my issue. How to share the context between the files. From the cucumber js tsflow doc, we can use Context Injection, that's work fine for simple and synchrous but doesn't work from async and promises things. At least I couldn't do it to work yet. Maybe do you know how to do so?

Thanks for any help/assistance in advance.

Eric

Image and Template Commands defaulting to .NET 5 - Breaks Build

Looks like the release of .net 5 may make it so your blog post is out of date.

There might be a way to make this work for .NET 5, but to get it to work for .Net Core 3.1:

  1. Use the -f netcoreapp3.1 framework flag on the dotnet new commands.
  2. Change the image to mcr.microsoft.com/dotnet/core/sdk:3.1 in the .gitlab-ci.yml file.
  3. Change ../publish to ./publish in the .gitlab-ci.yml file.

Great blog post!

Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.