Git Product home page Git Product logo

starcoderex's Introduction

Main info

Hello, i am Pavel Saveliy Savenok

Glad to see you on my GitHub profile! :)

Top Langs

Stack

Working in web with:

  • ASP.Net (Core, MVC/Razor pages)
  • Angular
  • EF
  • FluentNHibernate
  • AutoMapper
  • NUnit
  • FluentAssertions
  • JQuery (not proud it)
  • MySQL(MariaDB)/MSSQL
  • MongoDB
  • Linq
  • WSL
  • Swagger

Hobby(Pet)Zone

  • Minecraft mods (and plugins)
  • Hardware things (Like IoT)
  • GameDev
  • Desktop programs
  • Server admining

Also love that stuff:

  • Docker
  • Portainer
  • WPF
  • Jetpack Compose
  • React
  • Vue
  • Nest.js (and all node.js env.)

Last open-source project

SpectruMine(closed and archived): @SpectruMTeamCode/spectrumine.com

Stats:

Anurag's GitHub stats

Contacts:

Site: https://lisoveliy.site | Telegram: https://lisoveliy.t.me

starcoderex's People

Contributors

lisoveliy avatar sluppyy avatar

Stargazers

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

Watchers

 avatar  avatar  avatar

starcoderex's Issues

bearer invalid

Hi:

after I selected the code and run command line init prompt with selected code, it will pop up a bar with bearer invalid and open the
token setting page of hugging face: https://huggingface.co/settings/tokens

I have already created a token at the hugging face, but how can i add this token for the plugin to work?

Plugin on VSCode (intel or Arm)

After installing the plugin, although it shows "Installed", the commands starcoderex.* do not appear on the list of commands.

Model stops generating after a few lines

The model stops generating code after a few lines. Is there a setting that I need to change or what is causing this?

First prompt:
# write a function to compute the number of move for the tower of hanoi
def hanoi(n, source, helper, target):
    if n == 1:
        print(source, target)
    else:
        hanoi(n-1, source, target, helper)
        print(source, target)
        hanoi(n-1, helper, source, target)

# test
hanoi(3, "A","B","C")
Second prompt
#Use the code above to write a unit test which will check the following conditions:
Text generated:
#
#	1. The value of the first element of the list is 1
#	2. The value of the last element of the list is 10
#	3. The length of the list is 10
#	4. The list is composed of integers
#
#	If all of the conditions are

Not supported in current VS Code version?

Trying to install extension and getting this error:

Can't install 'lisoveliy.starcoderex' extension because it is not compatible with the current version of Visual Studio Code (version 1.77.3).

Running Extension in VSCode, keeps getting credentials error.

Hello,
I am trying to run the example provided in the readme:
image
In a simple program.js file.

Everytime I try to run it, the HF token page pops up but then I get the error Bearer invalid! in VSCode.
I have two tokens in HF one for read and one for write since it is not specified in the documentation.
image

I have tried those tokens with an curl post and they work fine.

Not sure what I am doing wrong. Can you help please? :)

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.